Html Css Color HEX #0D3359 Prussian Blue

📋 copy color: '#0D3359'

red 13 ◦ green 51 ◦ blue 89

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

Shades of Prussian Blue #0D3359

Tints of Prussian Blue #0D3359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 8.5%
G = 33.33%
B = 58.17%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D3359 (or 0x0D3359) is known color: Prussian Blue. HEX triplet: 0D, 33 and 59. RGB value is (13,51,89). Sum of RGB (Red+Green+Blue) = 13+51+89=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D3359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3359 is #F2CCA6. Grayscale: #2B2B2B. Windows color (decimal): -15912103 or 5845773. OLE color: 5845773.

HSL color Cylindrical-coordinate representation of color #0D3359: hue angle of 210º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3359 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 51 89 -
CMYK 0.85 0.43 0 0.65
HSL 210º 0.75% 0.2% -
HSV(B) 210º 0.85% 0.35% -
XYZ 3.15 3.17 9.9 -
YUV 43.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 13 51 89 0.85 0.43 0 0.65 210 0.75 0.2
Hex D 33 59 55 2B 0 41 D2 4B 14
Octal 15 63 131 125 53 0 101 322 113 24
Binary 1101 110011 1011001 1010101 101011 0 1000001 11010010 1001011 10100

Color Harmonies of #0D3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3359

Black with #0D3359

Text Example


Text Example

White with #0D3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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