Html Css Color HEX #0D3253 Prussian Blue

📋 copy color: '#0D3253'

red 13 ◦ green 50 ◦ blue 83

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

Shades of Prussian Blue #0D3253

Tints of Prussian Blue #0D3253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.25%

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 8.9%
G = 34.25%
B = 56.85%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D3253 (or 0x0D3253) is known color: Prussian Blue. HEX triplet: 0D, 32 and 53. RGB value is (13,50,83). Sum of RGB (Red+Green+Blue) = 13+50+83=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3253 is #F2CDAC. Grayscale: #2A2A2A. Windows color (decimal): -15912365 or 5452301. OLE color: 5452301.

HSL color Cylindrical-coordinate representation of color #0D3253: hue angle of 208.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3253 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 50 83 -
CMYK 0.84 0.40 0 0.67
HSL 208.29º 0.73% 0.19% -
HSV(B) 208.29º 0.84% 0.33% -
XYZ 2.87 2.99 8.61 -
YUV 42.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 13 50 83 0.84 0.40 0 0.67 208.29 0.73 0.19
Hex D 32 53 54 28 0 43 D0 49 13
Octal 15 62 123 124 50 0 103 320 111 23
Binary 1101 110010 1010011 1010100 101000 0 1000011 11010000 1001001 10011

Color Harmonies of #0D3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3253

Black with #0D3253

Text Example


Text Example

White with #0D3253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,50,83); }

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

background-color css

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

 a { background-color: rgb(13,50,83); }

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

border-color css

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

 span { border-color: rgb(13,50,83); }

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