Html Css Color HEX #0D517D Dark Cerulean

📋 copy color: '#0D517D'

red 13 ◦ green 81 ◦ blue 125

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

Shades of Dark Cerulean #0D517D

Tints of Dark Cerulean #0D517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 5.94%
G = 36.99%
B = 57.08%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D517D (or 0x0D517D) is known color: Dark Cerulean. HEX triplet: 0D, 51 and 7D. RGB value is (13,81,125). Sum of RGB (Red+Green+Blue) = 13+81+125=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D517D is #F2AE82. Grayscale: #414141. Windows color (decimal): -15904387 or 8212749. OLE color: 8212749.

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

Color convert

RGB 13 81 125 -
CMYK 0.90 0.35 0 0.51
HSL 203.57º 0.81% 0.27% -
HSV(B) 203.57º 0.9% 0.49% -
XYZ 6.81 7.45 20.48 -
YUV 65.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 13 81 125 0.90 0.35 0 0.51 203.57 0.81 0.27
Hex D 51 7D 5A 23 0 33 CC 51 1B
Octal 15 121 175 132 43 0 63 314 121 33
Binary 1101 1010001 1111101 1011010 100011 0 110011 11001100 1010001 11011

Color Harmonies of #0D517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D517D

Black with #0D517D

Text Example


Text Example

White with #0D517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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