Html Css Color HEX #0D4785 Dark Cerulean

📋 copy color: '#0D4785'

red 13 ◦ green 71 ◦ blue 133

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

Shades of Dark Cerulean #0D4785

Tints of Dark Cerulean #0D4785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

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

R = 5.99%
G = 32.72%
B = 61.29%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D4785 (or 0x0D4785) is known color: Dark Cerulean. HEX triplet: 0D, 47 and 85. RGB value is (13,71,133). Sum of RGB (Red+Green+Blue) = 13+71+133=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D4785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4785 is #F2B87A. Grayscale: #3C3C3C. Windows color (decimal): -15906939 or 8734477. OLE color: 8734477.

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

Color convert

RGB 13 71 133 -
CMYK 0.90 0.47 0 0.48
HSL 211º 0.82% 0.29% -
HSV(B) 211º 0.9% 0.52% -
XYZ 6.65 6.29 23.05 -
YUV 60.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 13 71 133 0.90 0.47 0 0.48 211 0.82 0.29
Hex D 47 85 5A 2F 0 30 D3 52 1D
Octal 15 107 205 132 57 0 60 323 122 35
Binary 1101 1000111 10000101 1011010 101111 0 110000 11010011 1010010 11101

Color Harmonies of #0D4785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4785

Black with #0D4785

Text Example


Text Example

White with #0D4785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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