Html Css Color HEX #0D376E Prussian Blue

📋 copy color: '#0D376E'

red 13 ◦ green 55 ◦ blue 110

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

Shades of Prussian Blue #0D376E

Tints of Prussian Blue #0D376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 7.3%
G = 30.9%
B = 61.8%

CMYK

 C value IS 0.88

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D376E (or 0x0D376E) is known color: Prussian Blue. HEX triplet: 0D, 37 and 6E. RGB value is (13,55,110). Sum of RGB (Red+Green+Blue) = 13+55+110=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D376E is #F2C891. Grayscale: #303030. Windows color (decimal): -15911058 or 7223053. OLE color: 7223053.

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

Color convert

RGB 13 55 110 -
CMYK 0.88 0.5 0 0.57
HSL 214.02º 0.79% 0.24% -
HSV(B) 214.02º 0.88% 0.43% -
XYZ 4.35 3.94 15.28 -
YUV 48.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 13 55 110 0.88 0.5 0 0.57 214.02 0.79 0.24
Hex D 37 6E 58 32 0 39 D6 4F 18
Octal 15 67 156 130 62 0 71 326 117 30
Binary 1101 110111 1101110 1011000 110010 0 111001 11010110 1001111 11000

Color Harmonies of #0D376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D376E

Black with #0D376E

Text Example


Text Example

White with #0D376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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