#0083B4

Color #0083B4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0083B4

Tints of Cerulean #0083B4

Color information

#0083B4 (or 0x0083B4) is unknown color: approx Cerulean. HEX triplet: 00, 83 and B4. RGB value is (0,131,180). Sum of RGB (Red+Green+Blue) = 0+131+180=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #0083B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083B4 is #FF7C4B. Grayscale: #616161. Windows color (decimal): -16743500 or 11830016. OLE color: 11830016.

HSL color Cylindrical-coordinate representation of color #0083B4: hue angle of 196.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083B4 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0131180-
CMYK10.2700.29
HSL196.33º100%35.29%-
HSV(B)196.33º100%70.59%-
XYZ16.3519.5346.09-
YUV97.42174.658.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 180 (70.70% from 255) = 57.88%
R=0%
G=42.12%
B=57.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal013118010.2700.29196.3310035.29
Hex083B4641B01Dc46423
Octal02032641443303530414443
Binary01000001110110100110010011011011101110001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0083B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0083B4; }

 p { color: rgb(0,131,180); }

 H1.HeaderClassName
 {
   color: #0083B4;
 }
 .AnyTagClassName
 {
   color: #0083B4;
 }
</style>
background-color css

<style>
 a { background-color: #0083B4; }

 a { background-color: rgb(0,131,180); }

 div.DivClassName
 {
   background-color: #0083B4;
 }
 .BgClassName
 {
   background-color: #0083B4;
 }
</style>
border-color css

<style>
 span { border-color: #0083B4; }

 span { border-color: rgb(0,131,180); }

 td.TdClassName
 {
   border-color: #0083B4;
 }
 .TagClassName
 {
   border-color: #0083B4;
 }
</style>