Html Css Color HEX #0D375C Prussian Blue

📋 copy color: '#0D375C'

red 13 ◦ green 55 ◦ blue 92

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

Shades of Prussian Blue #0D375C

Tints of Prussian Blue #0D375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

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

R = 8.13%
G = 34.38%
B = 57.5%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D375C (or 0x0D375C) is known color: Prussian Blue. HEX triplet: 0D, 37 and 5C. RGB value is (13,55,92). Sum of RGB (Red+Green+Blue) = 13+55+92=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D375C is #F2C8A3. Grayscale: #2E2E2E. Windows color (decimal): -15911076 or 6043405. OLE color: 6043405.

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

Color convert

RGB 13 55 92 -
CMYK 0.86 0.40 0 0.64
HSL 208.1º 0.75% 0.21% -
HSV(B) 208.1º 0.86% 0.36% -
XYZ 3.46 3.59 10.64 -
YUV 46.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 13 55 92 0.86 0.40 0 0.64 208.1 0.75 0.21
Hex D 37 5C 56 28 0 40 D0 4B 15
Octal 15 67 134 126 50 0 100 320 113 25
Binary 1101 110111 1011100 1010110 101000 0 1000000 11010000 1001011 10101

Color Harmonies of #0D375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D375C

Black with #0D375C

Text Example


Text Example

White with #0D375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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