Html Css Color HEX #0D366F Prussian Blue

📋 copy color: '#0D366F'

red 13 ◦ green 54 ◦ blue 111

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

Shades of Prussian Blue #0D366F

Tints of Prussian Blue #0D366F

RGB

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

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

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

R = 7.3%
G = 30.34%
B = 62.36%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D366F (or 0x0D366F) is known color: Prussian Blue. HEX triplet: 0D, 36 and 6F. RGB value is (13,54,111). Sum of RGB (Red+Green+Blue) = 13+54+111=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D366F is #F2C990. Grayscale: #2F2F2F. Windows color (decimal): -15911313 or 7288333. OLE color: 7288333.

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

Color convert

RGB 13 54 111 -
CMYK 0.88 0.51 0 0.56
HSL 214.9º 0.79% 0.24% -
HSV(B) 214.9º 0.88% 0.44% -
XYZ 4.35 3.87 15.56 -
YUV 48.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 13 54 111 0.88 0.51 0 0.56 214.9 0.79 0.24
Hex D 36 6F 58 33 0 38 D7 4F 18
Octal 15 66 157 130 63 0 70 327 117 30
Binary 1101 110110 1101111 1011000 110011 0 111000 11010111 1001111 11000

Color Harmonies of #0D366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D366F

Black with #0D366F

Text Example


Text Example

White with #0D366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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