Html Css Color HEX #0D385F Prussian Blue

📋 copy color: '#0D385F'

red 13 ◦ green 56 ◦ blue 95

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

Shades of Prussian Blue #0D385F

Tints of Prussian Blue #0D385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 95 (37.5% from 255) = 57.93%

R = 7.93%
G = 34.15%
B = 57.93%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D385F (or 0x0D385F) is known color: Prussian Blue. HEX triplet: 0D, 38 and 5F. RGB value is (13,56,95). Sum of RGB (Red+Green+Blue) = 13+56+95=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D385F is #F2C7A0. Grayscale: #2F2F2F. Windows color (decimal): -15910817 or 6240269. OLE color: 6240269.

HSL color Cylindrical-coordinate representation of color #0D385F: hue angle of 208.54º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D385F is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 56 95 -
CMYK 0.86 0.41 0 0.63
HSL 208.54º 0.76% 0.21% -
HSV(B) 208.54º 0.86% 0.37% -
XYZ 3.65 3.74 11.36 -
YUV 47.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 13 56 95 0.86 0.41 0 0.63 208.54 0.76 0.21
Hex D 38 5F 56 29 0 3F D1 4C 15
Octal 15 70 137 126 51 0 77 321 114 25
Binary 1101 111000 1011111 1010110 101001 0 111111 11010001 1001100 10101

Color Harmonies of #0D385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D385F

Black with #0D385F

Text Example


Text Example

White with #0D385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,56,95); }

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

background-color css

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

 a { background-color: rgb(13,56,95); }

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

border-color css

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

 span { border-color: rgb(13,56,95); }

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