#006FAA

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

Shades of Cerulean #006FAA

Tints of Cerulean #006FAA

Color information

#006FAA (or 0x006FAA) is unknown color: approx Cerulean. HEX triplet: 00, 6F and AA. RGB value is (0,111,170). Sum of RGB (Red+Green+Blue) = 0+111+170=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #006FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAA is #FF9055. Grayscale: #545454. Windows color (decimal): -16748630 or 11169536. OLE color: 11169536.

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

Color convert

RGB0111170-
CMYK10.3500.33
HSL200.82º100%33.33%-
HSV(B)200.82º100%66.67%-
XYZ12.9414.2740.1-
YUV84.54176.2367.7-

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) = 39.50%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=0%
G=39.50%
B=60.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal011117010.3500.33200.8210033.33
Hex06FAA6423021c96421
Octal01572521444304131114441
Binary011011111010101011001001000110100001110010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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