Html Css Color HEX #0D7DA6 Cerulean

📋 copy color: '#0D7DA6'

red 13 ◦ green 125 ◦ blue 166

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

Shades of Cerulean #0D7DA6

Tints of Cerulean #0D7DA6

RGB

 RED value IS 13 (5.47% from 255) = 4.28%

 GREEN value IS 125 (49.22% from 255) = 41.12%

 BLUE value IS 166 (65.23% from 255) = 54.61%

R = 4.28%
G = 41.12%
B = 54.61%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0D7DA6 (or 0x0D7DA6) is known color: Cerulean. HEX triplet: 0D, 7D and A6. RGB value is (13,125,166). Sum of RGB (Red+Green+Blue) = 13+125+166=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 166 (65.23% from 255 or 54.61% from 304); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D7DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7DA6 is #F28259. Grayscale: #5F5F5F. Windows color (decimal): -15893082 or 10910989. OLE color: 10910989.

HSL color Cylindrical-coordinate representation of color #0D7DA6: hue angle of 196.08º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7DA6 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 125 166 -
CMYK 0.92 0.25 0 0.35
HSL 196.08º 0.85% 0.35% -
HSV(B) 196.08º 0.92% 0.65% -
XYZ 14.38 17.51 38.7 -
YUV 96.19 167.39 68.67 -
System Red Green Blue C M Y K H S L
Decimal 13 125 166 0.92 0.25 0 0.35 196.08 0.85 0.35
Hex D 7D A6 5C 19 0 23 C4 55 23
Octal 15 175 246 134 31 0 43 304 125 43
Binary 1101 1111101 10100110 1011100 11001 0 100011 11000100 1010101 100011

Color Harmonies of #0D7DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7DA6

Black with #0D7DA6

Text Example


Text Example

White with #0D7DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7DA6; }

 p { color: rgb(13,125,166); }

 H1.HeaderClassName
 {
   color: #0D7DA6;
 }
 .AnyTagClassName
 {
   color: #0D7DA6;
 }
</style>

background-color css

<style>
 a { background-color: #0D7DA6; }

 a { background-color: rgb(13,125,166); }

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

border-color css

<style>
 span { border-color: #0D7DA6; }

 span { border-color: rgb(13,125,166); }

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