Html Css Color HEX #0D365C Prussian Blue

📋 copy color: '#0D365C'

red 13 ◦ green 54 ◦ blue 92

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

Shades of Prussian Blue #0D365C

Tints of Prussian Blue #0D365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 57.86%

R = 8.18%
G = 33.96%
B = 57.86%

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

#0D365C (or 0x0D365C) is known color: Prussian Blue. HEX triplet: 0D, 36 and 5C. RGB value is (13,54,92). Sum of RGB (Red+Green+Blue) = 13+54+92=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D365C is #F2C9A3. Grayscale: #2D2D2D. Windows color (decimal): -15911332 or 6043149. OLE color: 6043149.

HSL color Cylindrical-coordinate representation of color #0D365C: hue angle of 208.86º 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 #0D365C is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 54 92 -
CMYK 0.86 0.41 0 0.64
HSL 208.86º 0.75% 0.21% -
HSV(B) 208.86º 0.86% 0.36% -
XYZ 3.42 3.5 10.62 -
YUV 46.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 13 54 92 0.86 0.41 0 0.64 208.86 0.75 0.21
Hex D 36 5C 56 29 0 40 D1 4B 15
Octal 15 66 134 126 51 0 100 321 113 25
Binary 1101 110110 1011100 1010110 101001 0 1000000 11010001 1001011 10101

Color Harmonies of #0D365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D365C

Black with #0D365C

Text Example


Text Example

White with #0D365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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