Html Css Color HEX #0D396F Prussian Blue

📋 copy color: '#0D396F'

red 13 ◦ green 57 ◦ blue 111

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

Shades of Prussian Blue #0D396F

Tints of Prussian Blue #0D396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 111 (43.75% from 255) = 61.33%

R = 7.18%
G = 31.49%
B = 61.33%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D396F (or 0x0D396F) is known color: Prussian Blue. HEX triplet: 0D, 39 and 6F. RGB value is (13,57,111). Sum of RGB (Red+Green+Blue) = 13+57+111=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D396F is #F2C690. Grayscale: #313131. Windows color (decimal): -15910545 or 7289101. OLE color: 7289101.

HSL color Cylindrical-coordinate representation of color #0D396F: hue angle of 213.06º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D396F is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 57 111 -
CMYK 0.88 0.49 0 0.56
HSL 213.06º 0.79% 0.24% -
HSV(B) 213.06º 0.88% 0.44% -
XYZ 4.5 4.16 15.6 -
YUV 50 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 13 57 111 0.88 0.49 0 0.56 213.06 0.79 0.24
Hex D 39 6F 58 31 0 38 D5 4F 18
Octal 15 71 157 130 61 0 70 325 117 30
Binary 1101 111001 1101111 1011000 110001 0 111000 11010101 1001111 11000

Color Harmonies of #0D396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D396F

Black with #0D396F

Text Example


Text Example

White with #0D396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,111); }

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

background-color css

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

 a { background-color: rgb(13,57,111); }

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

border-color css

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

 span { border-color: rgb(13,57,111); }

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