#006BA8

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

Shades of Cerulean #006BA8

Tints of Cerulean #006BA8

Color information

#006BA8 (or 0x006BA8) is unknown color: approx Cerulean. HEX triplet: 00, 6B and A8. RGB value is (0,107,168). Sum of RGB (Red+Green+Blue) = 0+107+168=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 168 (66.02% from 255 or 61.09% from 275); Max value from RGB is 168 - color contains mainly: blue. Hex color #006BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BA8 is #FF9457. Grayscale: #515151. Windows color (decimal): -16749656 or 11037440. OLE color: 11037440.

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

Color convert

RGB0107168-
CMYK10.3600.34
HSL201.79º100%32.94%-
HSV(B)201.79º100%65.88%-
XYZ12.3313.3438.97-
YUV81.96176.5569.54-

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.91%
BLUE value IS 168 (66.02% from 255) = 61.09%
R=0%
G=38.91%
B=61.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal010716810.3600.34201.7910032.94
Hex06BA86424022ca6421
Octal01532501444404231214441
Binary011010111010100011001001001000100010110010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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