Html Css Color HEX #0D76AD Cerulean

📋 copy color: '#0D76AD'

red 13 ◦ green 118 ◦ blue 173

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

Shades of Cerulean #0D76AD

Tints of Cerulean #0D76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

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

R = 4.28%
G = 38.82%
B = 56.91%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D76AD (or 0x0D76AD) is known color: Cerulean. HEX triplet: 0D, 76 and AD. RGB value is (13,118,173). Sum of RGB (Red+Green+Blue) = 13+118+173=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D76AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D76AD is #F28952. Grayscale: #5C5C5C. Windows color (decimal): -15894867 or 11367949. OLE color: 11367949.

HSL color Cylindrical-coordinate representation of color #0D76AD: hue angle of 200.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D76AD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 118 173 -
CMYK 0.92 0.32 0 0.32
HSL 200.63º 0.86% 0.36% -
HSV(B) 200.63º 0.92% 0.68% -
XYZ 14.19 16.06 41.89 -
YUV 92.88 173.21 71.03 -
System Red Green Blue C M Y K H S L
Decimal 13 118 173 0.92 0.32 0 0.32 200.63 0.86 0.36
Hex D 76 AD 5C 20 0 20 C9 56 24
Octal 15 166 255 134 40 0 40 311 126 44
Binary 1101 1110110 10101101 1011100 100000 0 100000 11001001 1010110 100100

Color Harmonies of #0D76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D76AD

Black with #0D76AD

Text Example


Text Example

White with #0D76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,118,173); }

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

background-color css

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

 a { background-color: rgb(13,118,173); }

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

border-color css

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

 span { border-color: rgb(13,118,173); }

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