Html Css Color HEX #006DAA Cerulean

📋 copy color: '#006DAA'

red 0 ◦ green 109 ◦ blue 170

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

Shades of Cerulean #006DAA

Tints of Cerulean #006DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.07%

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

R = 0%
G = 39.07%
B = 60.93%

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

#006DAA (or 0x006DAA) is known color: Cerulean. HEX triplet: 00, 6D and AA. RGB value is (0,109,170). Sum of RGB (Red+Green+Blue) = 0+109+170=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #006DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DAA is #FF9255. Grayscale: #535353. Windows color (decimal): -16749142 or 11169024. OLE color: 11169024.

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

Color convert

RGB 0 109 170 -
CMYK 1 0.36 0 0.33
HSL 201.53º 1% 0.33% -
HSV(B) 201.53º 1% 0.67% -
XYZ 12.72 13.84 40.03 -
YUV 83.36 176.89 68.54 -
System Red Green Blue C M Y K H S L
Decimal 0 109 170 1 0.36 0 0.33 201.53 1 0.33
Hex 0 6D AA 64 24 0 21 CA 64 21
Octal 0 155 252 144 44 0 41 312 144 41
Binary 0 1101101 10101010 1100100 100100 0 100001 11001010 1100100 100001

Color Harmonies of #006DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DAA

Black with #006DAA

Text Example


Text Example

White with #006DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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