Html Css Color HEX #0D365D Prussian Blue

📋 copy color: '#0D365D'

red 13 ◦ green 54 ◦ blue 93

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

Shades of Prussian Blue #0D365D

Tints of Prussian Blue #0D365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 93 (36.72% from 255) = 58.13%

R = 8.13%
G = 33.75%
B = 58.13%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D365D (or 0x0D365D) is known color: Prussian Blue. HEX triplet: 0D, 36 and 5D. RGB value is (13,54,93). Sum of RGB (Red+Green+Blue) = 13+54+93=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D365D is #F2C9A2. Grayscale: #2D2D2D. Windows color (decimal): -15911331 or 6108685. OLE color: 6108685.

HSL color Cylindrical-coordinate representation of color #0D365D: hue angle of 209.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D365D is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 54 93 -
CMYK 0.86 0.42 0 0.64
HSL 209.25º 0.75% 0.21% -
HSV(B) 209.25º 0.86% 0.36% -
XYZ 3.46 3.51 10.85 -
YUV 46.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 13 54 93 0.86 0.42 0 0.64 209.25 0.75 0.21
Hex D 36 5D 56 2A 0 40 D1 4B 15
Octal 15 66 135 126 52 0 100 321 113 25
Binary 1101 110110 1011101 1010110 101010 0 1000000 11010001 1001011 10101

Color Harmonies of #0D365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D365D

Black with #0D365D

Text Example


Text Example

White with #0D365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,54,93); }

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

background-color css

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

 a { background-color: rgb(13,54,93); }

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

border-color css

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

 span { border-color: rgb(13,54,93); }

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