Html Css Color HEX #006BA0 Cerulean

📋 copy color: '#006BA0'

red 0 ◦ green 107 ◦ blue 160

#006BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #006BA0

Tints of Cerulean #006BA0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 107 (42.19% from 255) = 40.07%

 BLUE value IS 160 (62.89% from 255) = 59.93%

R = 0%
G = 40.07%
B = 59.93%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#006BA0 (or 0x006BA0) is known color: Cerulean. HEX triplet: 00, 6B and A0. RGB value is (0,107,160). Sum of RGB (Red+Green+Blue) = 0+107+160=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #006BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BA0 is #FF945F. Grayscale: #505050. Windows color (decimal): -16749664 or 10513152. OLE color: 10513152.

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

Color convert

RGB 0 107 160 -
CMYK 1 0.33 0 0.37
HSL 199.88º 1% 0.31% -
HSV(B) 199.88º 1% 0.63% -
XYZ 11.6 13.05 35.17 -
YUV 81.05 172.55 70.19 -
System Red Green Blue C M Y K H S L
Decimal 0 107 160 1 0.33 0 0.37 199.88 1 0.31
Hex 0 6B A0 64 21 0 25 C8 64 1F
Octal 0 153 240 144 41 0 45 310 144 37
Binary 0 1101011 10100000 1100100 100001 0 100101 11001000 1100100 11111

Color Harmonies of #006BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BA0

Black with #006BA0

Text Example


Text Example

White with #006BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #006BA0;
 }
 .AnyTagClassName
 {
   color: #006BA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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