Html Css Color HEX #0D336E Prussian Blue

📋 copy color: '#0D336E'

red 13 ◦ green 51 ◦ blue 110

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

Shades of Prussian Blue #0D336E

Tints of Prussian Blue #0D336E

RGB

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

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

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

R = 7.47%
G = 29.31%
B = 63.22%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D336E (or 0x0D336E) is known color: Prussian Blue. HEX triplet: 0D, 33 and 6E. RGB value is (13,51,110). Sum of RGB (Red+Green+Blue) = 13+51+110=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D336E is #F2CC91. Grayscale: #2E2E2E. Windows color (decimal): -15912082 or 7222029. OLE color: 7222029.

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

Color convert

RGB 13 51 110 -
CMYK 0.88 0.54 0 0.57
HSL 216.49º 0.79% 0.24% -
HSV(B) 216.49º 0.88% 0.43% -
XYZ 4.16 3.58 15.22 -
YUV 46.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 13 51 110 0.88 0.54 0 0.57 216.49 0.79 0.24
Hex D 33 6E 58 36 0 39 D8 4F 18
Octal 15 63 156 130 66 0 71 330 117 30
Binary 1101 110011 1101110 1011000 110110 0 111001 11011000 1001111 11000

Color Harmonies of #0D336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D336E

Black with #0D336E

Text Example


Text Example

White with #0D336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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