Html Css Color HEX #0D336D Prussian Blue

📋 copy color: '#0D336D'

red 13 ◦ green 51 ◦ blue 109

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

Shades of Prussian Blue #0D336D

Tints of Prussian Blue #0D336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

 BLUE value IS 109 (42.97% from 255) = 63.01%

R = 7.51%
G = 29.48%
B = 63.01%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D336D (or 0x0D336D) is known color: Prussian Blue. HEX triplet: 0D, 33 and 6D. RGB value is (13,51,109). Sum of RGB (Red+Green+Blue) = 13+51+109=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D336D is #F2CC92. Grayscale: #2D2D2D. Windows color (decimal): -15912083 or 7156493. OLE color: 7156493.

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

Color convert

RGB 13 51 109 -
CMYK 0.88 0.53 0 0.57
HSL 216.25º 0.79% 0.24% -
HSV(B) 216.25º 0.88% 0.43% -
XYZ 4.11 3.56 14.94 -
YUV 46.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 13 51 109 0.88 0.53 0 0.57 216.25 0.79 0.24
Hex D 33 6D 58 35 0 39 D8 4F 18
Octal 15 63 155 130 65 0 71 330 117 30
Binary 1101 110011 1101101 1011000 110101 0 111001 11011000 1001111 11000

Color Harmonies of #0D336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D336D

Black with #0D336D

Text Example


Text Example

White with #0D336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,51,109); }

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

background-color css

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

 a { background-color: rgb(13,51,109); }

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

border-color css

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

 span { border-color: rgb(13,51,109); }

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