Html Css Color HEX #006AA0 Cerulean

📋 copy color: '#006AA0'

red 0 ◦ green 106 ◦ blue 160

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

Shades of Cerulean #006AA0

Tints of Cerulean #006AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

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

R = 0%
G = 39.85%
B = 60.15%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#006AA0 (or 0x006AA0) is known color: Cerulean. HEX triplet: 00, 6A and A0. RGB value is (0,106,160). Sum of RGB (Red+Green+Blue) = 0+106+160=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #006AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AA0 is #FF955F. Grayscale: #505050. Windows color (decimal): -16749920 or 10512896. OLE color: 10512896.

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

Color convert

RGB 0 106 160 -
CMYK 1 0.34 0 0.37
HSL 200.25º 1% 0.31% -
HSV(B) 200.25º 1% 0.63% -
XYZ 11.5 12.85 35.13 -
YUV 80.46 172.88 70.61 -
System Red Green Blue C M Y K H S L
Decimal 0 106 160 1 0.34 0 0.37 200.25 1 0.31
Hex 0 6A A0 64 22 0 25 C8 64 1F
Octal 0 152 240 144 42 0 45 310 144 37
Binary 0 1101010 10100000 1100100 100010 0 100101 11001000 1100100 11111

Color Harmonies of #006AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AA0

Black with #006AA0

Text Example


Text Example

White with #006AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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