#006BAE

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

Shades of Cerulean #006BAE

Tints of Cerulean #006BAE

Color information

#006BAE (or 0x006BAE) is unknown color: approx Cerulean. HEX triplet: 00, 6B and AE. RGB value is (0,107,174). Sum of RGB (Red+Green+Blue) = 0+107+174=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #006BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BAE is #FF9451. Grayscale: #525252. Windows color (decimal): -16749650 or 11430656. OLE color: 11430656.

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

Color convert

RGB0107174-
CMYK10.3900.32
HSL203.1º100%34.12%-
HSV(B)203.1º100%68.24%-
XYZ12.913.5741.98-
YUV82.64179.5569.05-

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) = 38.08%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=0%
G=38.08%
B=61.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal010717410.3900.32203.110034.12
Hex06BAE6427020cb6422
Octal01532561444704031314442
Binary011010111010111011001001001110100000110010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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