Html Css Color HEX #0D365B Prussian Blue

📋 copy color: '#0D365B'

red 13 ◦ green 54 ◦ blue 91

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

Shades of Prussian Blue #0D365B

Tints of Prussian Blue #0D365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 8.23%
G = 34.18%
B = 57.59%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D365B (or 0x0D365B) is known color: Prussian Blue. HEX triplet: 0D, 36 and 5B. RGB value is (13,54,91). Sum of RGB (Red+Green+Blue) = 13+54+91=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D365B is #F2C9A4. Grayscale: #2D2D2D. Windows color (decimal): -15911333 or 5977613. OLE color: 5977613.

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

Color convert

RGB 13 54 91 -
CMYK 0.86 0.41 0 0.64
HSL 208.46º 0.75% 0.2% -
HSV(B) 208.46º 0.86% 0.36% -
XYZ 3.37 3.48 10.39 -
YUV 45.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 13 54 91 0.86 0.41 0 0.64 208.46 0.75 0.2
Hex D 36 5B 56 29 0 40 D0 4B 14
Octal 15 66 133 126 51 0 100 320 113 24
Binary 1101 110110 1011011 1010110 101001 0 1000000 11010000 1001011 10100

Color Harmonies of #0D365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D365B

Black with #0D365B

Text Example


Text Example

White with #0D365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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