Html Css Color HEX #0D537D Dark Cerulean

📋 copy color: '#0D537D'

red 13 ◦ green 83 ◦ blue 125

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

Shades of Dark Cerulean #0D537D

Tints of Dark Cerulean #0D537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 5.88%
G = 37.56%
B = 56.56%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D537D (or 0x0D537D) is known color: Dark Cerulean. HEX triplet: 0D, 53 and 7D. RGB value is (13,83,125). Sum of RGB (Red+Green+Blue) = 13+83+125=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D537D is #F2AC82. Grayscale: #424242. Windows color (decimal): -15903875 or 8213261. OLE color: 8213261.

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

Color convert

RGB 13 83 125 -
CMYK 0.90 0.34 0 0.51
HSL 202.5º 0.81% 0.27% -
HSV(B) 202.5º 0.9% 0.49% -
XYZ 6.96 7.75 20.53 -
YUV 66.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 13 83 125 0.90 0.34 0 0.51 202.5 0.81 0.27
Hex D 53 7D 5A 22 0 33 CA 51 1B
Octal 15 123 175 132 42 0 63 312 121 33
Binary 1101 1010011 1111101 1011010 100010 0 110011 11001010 1010001 11011

Color Harmonies of #0D537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D537D

Black with #0D537D

Text Example


Text Example

White with #0D537D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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