Html Css Color HEX #0D386F Prussian Blue

📋 copy color: '#0D386F'

red 13 ◦ green 56 ◦ blue 111

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

Shades of Prussian Blue #0D386F

Tints of Prussian Blue #0D386F

RGB

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

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

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

R = 7.22%
G = 31.11%
B = 61.67%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D386F (or 0x0D386F) is known color: Prussian Blue. HEX triplet: 0D, 38 and 6F. RGB value is (13,56,111). Sum of RGB (Red+Green+Blue) = 13+56+111=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D386F is #F2C790. Grayscale: #313131. Windows color (decimal): -15910801 or 7288845. OLE color: 7288845.

HSL color Cylindrical-coordinate representation of color #0D386F: hue angle of 213.67º 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 #0D386F is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 56 111 -
CMYK 0.88 0.50 0 0.56
HSL 213.67º 0.79% 0.24% -
HSV(B) 213.67º 0.88% 0.44% -
XYZ 4.45 4.06 15.59 -
YUV 49.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 13 56 111 0.88 0.50 0 0.56 213.67 0.79 0.24
Hex D 38 6F 58 32 0 38 D6 4F 18
Octal 15 70 157 130 62 0 70 326 117 30
Binary 1101 111000 1101111 1011000 110010 0 111000 11010110 1001111 11000

Color Harmonies of #0D386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D386F

Black with #0D386F

Text Example


Text Example

White with #0D386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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