#006DB2

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

Shades of Cerulean #006DB2

Tints of Cerulean #006DB2

Color information

#006DB2 (or 0x006DB2) is unknown color: approx Cerulean. HEX triplet: 00, 6D and B2. RGB value is (0,109,178). Sum of RGB (Red+Green+Blue) = 0+109+178=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #006DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DB2 is #FF924D. Grayscale: #535353. Windows color (decimal): -16749134 or 11693312. OLE color: 11693312.

HSL color Cylindrical-coordinate representation of color #006DB2: hue angle of 203.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DB2 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB0109178-
CMYK10.3900.30
HSL203.26º100%34.9%-
HSV(B)203.26º100%69.8%-
XYZ13.514.1544.14-
YUV84.28180.8967.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 178 (69.92% from 255) = 62.02%
R=0%
G=37.98%
B=62.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal010917810.3900.30203.2610034.9
Hex06DB2642701Ecb6423
Octal01552621444703631314443
Binary01101101101100101100100100111011110110010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006DB2; }

 p { color: rgb(0,109,178); }

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

<style>
 a { background-color: #006DB2; }

 a { background-color: rgb(0,109,178); }

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

<style>
 span { border-color: #006DB2; }

 span { border-color: rgb(0,109,178); }

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