Html Css Color HEX #006AAC Cerulean

📋 copy color: '#006AAC'

red 0 ◦ green 106 ◦ blue 172

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

Shades of Cerulean #006AAC

Tints of Cerulean #006AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.87%

R = 0%
G = 38.13%
B = 61.87%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#006AAC (or 0x006AAC) is known color: Cerulean. HEX triplet: 00, 6A and AC. RGB value is (0,106,172). Sum of RGB (Red+Green+Blue) = 0+106+172=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #006AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AAC is #FF9553. Grayscale: #515151. Windows color (decimal): -16749908 or 11299328. OLE color: 11299328.

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

Color convert

RGB 0 106 172 -
CMYK 1 0.38 0 0.33
HSL 203.02º 1% 0.34% -
HSV(B) 203.02º 1% 0.67% -
XYZ 12.6 13.29 40.93 -
YUV 81.83 178.88 69.63 -
System Red Green Blue C M Y K H S L
Decimal 0 106 172 1 0.38 0 0.33 203.02 1 0.34
Hex 0 6A AC 64 26 0 21 CB 64 22
Octal 0 152 254 144 46 0 41 313 144 42
Binary 0 1101010 10101100 1100100 100110 0 100001 11001011 1100100 100010

Color Harmonies of #006AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AAC

Black with #006AAC

Text Example


Text Example

White with #006AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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