Html Css Color HEX #0D4F80 Dark Cerulean

📋 copy color: '#0D4F80'

red 13 ◦ green 79 ◦ blue 128

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

Shades of Dark Cerulean #0D4F80

Tints of Dark Cerulean #0D4F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.91%

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 5.91%
G = 35.91%
B = 58.18%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0D4F80 (or 0x0D4F80) is known color: Dark Cerulean. HEX triplet: 0D, 4F and 80. RGB value is (13,79,128). Sum of RGB (Red+Green+Blue) = 13+79+128=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #0D4F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4F80 is #F2B07F. Grayscale: #404040. Windows color (decimal): -15904896 or 8408845. OLE color: 8408845.

HSL color Cylindrical-coordinate representation of color #0D4F80: hue angle of 205.57º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4F80 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 13 79 128 -
CMYK 0.90 0.38 0 0.50
HSL 205.57º 0.82% 0.28% -
HSV(B) 205.57º 0.9% 0.5% -
XYZ 6.86 7.24 21.46 -
YUV 64.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 13 79 128 0.90 0.38 0 0.50 205.57 0.82 0.28
Hex D 4F 80 5A 26 0 32 CE 52 1C
Octal 15 117 200 132 46 0 62 316 122 34
Binary 1101 1001111 10000000 1011010 100110 0 110010 11001110 1010010 11100

Color Harmonies of #0D4F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4F80

Black with #0D4F80

Text Example


Text Example

White with #0D4F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,79,128); }

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

background-color css

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

 a { background-color: rgb(13,79,128); }

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

border-color css

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

 span { border-color: rgb(13,79,128); }

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