Html Css Color HEX #006DAE Cerulean

📋 copy color: '#006DAE'

red 0 ◦ green 109 ◦ blue 174

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

Shades of Cerulean #006DAE

Tints of Cerulean #006DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 0%
G = 38.52%
B = 61.48%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#006DAE (or 0x006DAE) is known color: Cerulean. HEX triplet: 00, 6D and AE. RGB value is (0,109,174). Sum of RGB (Red+Green+Blue) = 0+109+174=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #006DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DAE is #FF9251. Grayscale: #535353. Windows color (decimal): -16749138 or 11431168. OLE color: 11431168.

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

Color convert

RGB 0 109 174 -
CMYK 1 0.37 0 0.32
HSL 202.41º 1% 0.34% -
HSV(B) 202.41º 1% 0.68% -
XYZ 13.11 13.99 42.05 -
YUV 83.82 178.89 68.21 -
System Red Green Blue C M Y K H S L
Decimal 0 109 174 1 0.37 0 0.32 202.41 1 0.34
Hex 0 6D AE 64 25 0 20 CA 64 22
Octal 0 155 256 144 45 0 40 312 144 42
Binary 0 1101101 10101110 1100100 100101 0 100000 11001010 1100100 100010

Color Harmonies of #006DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DAE

Black with #006DAE

Text Example


Text Example

White with #006DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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