Html Css Color HEX #0D2E57 Prussian Blue

📋 copy color: '#0D2E57'

red 13 ◦ green 46 ◦ blue 87

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

Shades of Prussian Blue #0D2E57

Tints of Prussian Blue #0D2E57

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.51%

 BLUE value IS 87 (34.38% from 255) = 59.59%

R = 8.9%
G = 31.51%
B = 59.59%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0D2E57 (or 0x0D2E57) is known color: Prussian Blue. HEX triplet: 0D, 2E and 57. RGB value is (13,46,87). Sum of RGB (Red+Green+Blue) = 13+46+87=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D2E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2E57 is #F2D1A8. Grayscale: #282828. Windows color (decimal): -15913385 or 5713421. OLE color: 5713421.

HSL color Cylindrical-coordinate representation of color #0D2E57: hue angle of 213.24º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2E57 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 46 87 -
CMYK 0.85 0.47 0 0.66
HSL 213.24º 0.74% 0.2% -
HSV(B) 213.24º 0.85% 0.34% -
XYZ 2.86 2.73 9.39 -
YUV 40.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 13 46 87 0.85 0.47 0 0.66 213.24 0.74 0.2
Hex D 2E 57 55 2F 0 42 D5 4A 14
Octal 15 56 127 125 57 0 102 325 112 24
Binary 1101 101110 1010111 1010101 101111 0 1000010 11010101 1001010 10100

Color Harmonies of #0D2E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E57

Black with #0D2E57

Text Example


Text Example

White with #0D2E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,46,87); }

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

background-color css

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

 a { background-color: rgb(13,46,87); }

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

border-color css

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

 span { border-color: rgb(13,46,87); }

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