Html Css Color HEX #0D5185 Dark Cerulean

📋 copy color: '#0D5185'

red 13 ◦ green 81 ◦ blue 133

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

Shades of Dark Cerulean #0D5185

Tints of Dark Cerulean #0D5185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

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

R = 5.73%
G = 35.68%
B = 58.59%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D5185 (or 0x0D5185) is known color: Dark Cerulean. HEX triplet: 0D, 51 and 85. RGB value is (13,81,133). Sum of RGB (Red+Green+Blue) = 13+81+133=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D5185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5185 is #F2AE7A. Grayscale: #424242. Windows color (decimal): -15904379 or 8737037. OLE color: 8737037.

HSL color Cylindrical-coordinate representation of color #0D5185: hue angle of 206º 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 #0D5185 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 81 133 -
CMYK 0.90 0.39 0 0.48
HSL 206º 0.82% 0.29% -
HSV(B) 206º 0.9% 0.52% -
XYZ 7.34 7.66 23.28 -
YUV 66.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 13 81 133 0.90 0.39 0 0.48 206 0.82 0.29
Hex D 51 85 5A 27 0 30 CE 52 1D
Octal 15 121 205 132 47 0 60 316 122 35
Binary 1101 1010001 10000101 1011010 100111 0 110000 11001110 1010010 11101

Color Harmonies of #0D5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5185

Black with #0D5185

Text Example


Text Example

White with #0D5185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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