Html Css Color HEX #0D5482 Dark Cerulean

📋 copy color: '#0D5482'

red 13 ◦ green 84 ◦ blue 130

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

Shades of Dark Cerulean #0D5482

Tints of Dark Cerulean #0D5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

 BLUE value IS 130 (51.17% from 255) = 57.27%

R = 5.73%
G = 37%
B = 57.27%

CMYK

 C value IS 0.9

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D5482 (or 0x0D5482) is known color: Dark Cerulean. HEX triplet: 0D, 54 and 82. RGB value is (13,84,130). Sum of RGB (Red+Green+Blue) = 13+84+130=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D5482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5482 is #F2AB7D. Grayscale: #434343. Windows color (decimal): -15903614 or 8541197. OLE color: 8541197.

HSL color Cylindrical-coordinate representation of color #0D5482: hue angle of 203.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5482 is Cyan = 0.9, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 84 130 -
CMYK 0.9 0.35 0 0.49
HSL 203.59º 0.82% 0.28% -
HSV(B) 203.59º 0.9% 0.51% -
XYZ 7.37 8.04 22.28 -
YUV 68.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 13 84 130 0.9 0.35 0 0.49 203.59 0.82 0.28
Hex D 54 82 5A 23 0 31 CC 52 1C
Octal 15 124 202 132 43 0 61 314 122 34
Binary 1101 1010100 10000010 1011010 100011 0 110001 11001100 1010010 11100

Color Harmonies of #0D5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5482

Black with #0D5482

Text Example


Text Example

White with #0D5482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,130); }

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

background-color css

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

 a { background-color: rgb(13,84,130); }

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

border-color css

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

 span { border-color: rgb(13,84,130); }

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