#006FA2

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

Shades of Cerulean #006FA2

Tints of Cerulean #006FA2

Color information

#006FA2 (or 0x006FA2) is unknown color: approx Cerulean. HEX triplet: 00, 6F and A2. RGB value is (0,111,162). Sum of RGB (Red+Green+Blue) = 0+111+162=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #006FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA2 is #FF905D. Grayscale: #535353. Windows color (decimal): -16748638 or 10645248. OLE color: 10645248.

HSL color Cylindrical-coordinate representation of color #006FA2: hue angle of 198.89º 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 #006FA2 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB0111162-
CMYK10.3100.36
HSL198.89º100%31.76%-
HSV(B)198.89º100%63.53%-
XYZ12.2113.9836.24-
YUV83.62172.2368.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=0%
G=40.66%
B=59.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal011116210.3100.36198.8910031.76
Hex06FA2641F024c76420
Octal01572421443704430714440
Binary01101111101000101100100111110100100110001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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