Html Css Color HEX #0D5985 Dark Cerulean

📋 copy color: '#0D5985'

red 13 ◦ green 89 ◦ blue 133

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

Shades of Dark Cerulean #0D5985

Tints of Dark Cerulean #0D5985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 5.53%
G = 37.87%
B = 56.6%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D5985 (or 0x0D5985) is known color: Dark Cerulean. HEX triplet: 0D, 59 and 85. RGB value is (13,89,133). Sum of RGB (Red+Green+Blue) = 13+89+133=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D5985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5985 is #F2A67A. Grayscale: #474747. Windows color (decimal): -15902331 or 8739085. OLE color: 8739085.

HSL color Cylindrical-coordinate representation of color #0D5985: hue angle of 202º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5985 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 89 133 -
CMYK 0.90 0.33 0 0.48
HSL 202º 0.82% 0.29% -
HSV(B) 202º 0.9% 0.52% -
XYZ 7.97 8.92 23.49 -
YUV 71.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 13 89 133 0.90 0.33 0 0.48 202 0.82 0.29
Hex D 59 85 5A 21 0 30 CA 52 1D
Octal 15 131 205 132 41 0 60 312 122 35
Binary 1101 1011001 10000101 1011010 100001 0 110000 11001010 1010010 11101

Color Harmonies of #0D5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5985

Black with #0D5985

Text Example


Text Example

White with #0D5985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,89,133); }

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

background-color css

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

 a { background-color: rgb(13,89,133); }

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

border-color css

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

 span { border-color: rgb(13,89,133); }

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