Html Css Color HEX #006DAD Cerulean

📋 copy color: '#006DAD'

red 0 ◦ green 109 ◦ blue 173

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

Shades of Cerulean #006DAD

Tints of Cerulean #006DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.35%

R = 0%
G = 38.65%
B = 61.35%

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

#006DAD (or 0x006DAD) is known color: Cerulean. HEX triplet: 00, 6D and AD. RGB value is (0,109,173). Sum of RGB (Red+Green+Blue) = 0+109+173=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #006DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DAD is #FF9252. Grayscale: #535353. Windows color (decimal): -16749139 or 11365632. OLE color: 11365632.

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

Color convert

RGB 0 109 173 -
CMYK 1 0.37 0 0.32
HSL 202.2º 1% 0.34% -
HSV(B) 202.2º 1% 0.68% -
XYZ 13.01 13.95 41.54 -
YUV 83.71 178.39 68.3 -
System Red Green Blue C M Y K H S L
Decimal 0 109 173 1 0.37 0 0.32 202.2 1 0.34
Hex 0 6D AD 64 25 0 20 CA 64 22
Octal 0 155 255 144 45 0 40 312 144 42
Binary 0 1101101 10101101 1100100 100101 0 100000 11001010 1100100 100010

Color Harmonies of #006DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DAD

Black with #006DAD

Text Example


Text Example

White with #006DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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