Html Css Color HEX #006CAA Cerulean

📋 copy color: '#006CAA'

red 0 ◦ green 108 ◦ blue 170

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

Shades of Cerulean #006CAA

Tints of Cerulean #006CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 0%
G = 38.85%
B = 61.15%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#006CAA (or 0x006CAA) is known color: Cerulean. HEX triplet: 00, 6C and AA. RGB value is (0,108,170). Sum of RGB (Red+Green+Blue) = 0+108+170=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #006CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006CAA is #FF9355. Grayscale: #525252. Windows color (decimal): -16749398 or 11168768. OLE color: 11168768.

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

Color convert

RGB 0 108 170 -
CMYK 1 0.36 0 0.33
HSL 201.88º 1% 0.33% -
HSV(B) 201.88º 1% 0.67% -
XYZ 12.62 13.63 40 -
YUV 82.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 0 108 170 1 0.36 0 0.33 201.88 1 0.33
Hex 0 6C AA 64 24 0 21 CA 64 21
Octal 0 154 252 144 44 0 41 312 144 41
Binary 0 1101100 10101010 1100100 100100 0 100001 11001010 1100100 100001

Color Harmonies of #006CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CAA

Black with #006CAA

Text Example


Text Example

White with #006CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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