Html Css Color HEX #006AAA Cerulean

📋 copy color: '#006AAA'

red 0 ◦ green 106 ◦ blue 170

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

Shades of Cerulean #006AAA

Tints of Cerulean #006AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 0%
G = 38.41%
B = 61.59%

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

#006AAA (or 0x006AAA) is known color: Cerulean. HEX triplet: 00, 6A and AA. RGB value is (0,106,170). Sum of RGB (Red+Green+Blue) = 0+106+170=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #006AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AAA is #FF9555. Grayscale: #515151. Windows color (decimal): -16749910 or 11168256. OLE color: 11168256.

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

Color convert

RGB 0 106 170 -
CMYK 1 0.38 0 0.33
HSL 202.59º 1% 0.33% -
HSV(B) 202.59º 1% 0.67% -
XYZ 12.41 13.21 39.93 -
YUV 81.6 177.88 69.8 -
System Red Green Blue C M Y K H S L
Decimal 0 106 170 1 0.38 0 0.33 202.59 1 0.33
Hex 0 6A AA 64 26 0 21 CB 64 21
Octal 0 152 252 144 46 0 41 313 144 41
Binary 0 1101010 10101010 1100100 100110 0 100001 11001011 1100100 100001

Color Harmonies of #006AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AAA

Black with #006AAA

Text Example


Text Example

White with #006AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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