#006BA2

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

Shades of Cerulean #006BA2

Tints of Cerulean #006BA2

Color information

#006BA2 (or 0x006BA2) is unknown color: approx Cerulean. HEX triplet: 00, 6B and A2. RGB value is (0,107,162). Sum of RGB (Red+Green+Blue) = 0+107+162=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #006BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BA2 is #FF945D. Grayscale: #505050. Windows color (decimal): -16749662 or 10644224. OLE color: 10644224.

HSL color Cylindrical-coordinate representation of color #006BA2: hue angle of 200.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BA2 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB0107162-
CMYK10.3400.36
HSL200.37º100%31.76%-
HSV(B)200.37º100%63.53%-
XYZ11.7813.1236.09-
YUV81.28173.5570.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 162 (63.67% from 255) = 60.22%
R=0%
G=39.78%
B=60.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal010716210.3400.36200.3710031.76
Hex06BA26422024c86420
Octal01532421444204431014440
Binary011010111010001011001001000100100100110010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,107,162); }

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

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

 a { background-color: rgb(0,107,162); }

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

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

 span { border-color: rgb(0,107,162); }

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