Html Css Color HEX #0D366E Prussian Blue

📋 copy color: '#0D366E'

red 13 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #0D366E

Tints of Prussian Blue #0D366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.51%

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

R = 7.34%
G = 30.51%
B = 62.15%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D366E (or 0x0D366E) is known color: Prussian Blue. HEX triplet: 0D, 36 and 6E. RGB value is (13,54,110). Sum of RGB (Red+Green+Blue) = 13+54+110=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D366E is #F2C991. Grayscale: #2F2F2F. Windows color (decimal): -15911314 or 7222797. OLE color: 7222797.

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

Color convert

RGB 13 54 110 -
CMYK 0.88 0.51 0 0.57
HSL 214.64º 0.79% 0.24% -
HSV(B) 214.64º 0.88% 0.43% -
XYZ 4.3 3.85 15.27 -
YUV 48.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 13 54 110 0.88 0.51 0 0.57 214.64 0.79 0.24
Hex D 36 6E 58 33 0 39 D7 4F 18
Octal 15 66 156 130 63 0 71 327 117 30
Binary 1101 110110 1101110 1011000 110011 0 111001 11010111 1001111 11000

Color Harmonies of #0D366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D366E

Black with #0D366E

Text Example


Text Example

White with #0D366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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