Html Css Color HEX #006DAB Cerulean

📋 copy color: '#006DAB'

red 0 ◦ green 109 ◦ blue 171

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

Shades of Cerulean #006DAB

Tints of Cerulean #006DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 0%
G = 38.93%
B = 61.07%

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

#006DAB (or 0x006DAB) is known color: Cerulean. HEX triplet: 00, 6D and AB. RGB value is (0,109,171). Sum of RGB (Red+Green+Blue) = 0+109+171=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #006DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DAB is #FF9254. Grayscale: #535353. Windows color (decimal): -16749141 or 11234560. OLE color: 11234560.

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

Color convert

RGB 0 109 171 -
CMYK 1 0.36 0 0.33
HSL 201.75º 1% 0.34% -
HSV(B) 201.75º 1% 0.67% -
XYZ 12.82 13.88 40.53 -
YUV 83.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 0 109 171 1 0.36 0 0.33 201.75 1 0.34
Hex 0 6D AB 64 24 0 21 CA 64 22
Octal 0 155 253 144 44 0 41 312 144 42
Binary 0 1101101 10101011 1100100 100100 0 100001 11001010 1100100 100010

Color Harmonies of #006DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DAB

Black with #006DAB

Text Example


Text Example

White with #006DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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