Html Css Color HEX #0D3053 Prussian Blue

📋 copy color: '#0D3053'

red 13 ◦ green 48 ◦ blue 83

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

Shades of Prussian Blue #0D3053

Tints of Prussian Blue #0D3053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.33%

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

R = 9.03%
G = 33.33%
B = 57.64%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D3053 (or 0x0D3053) is known color: Prussian Blue. HEX triplet: 0D, 30 and 53. RGB value is (13,48,83). Sum of RGB (Red+Green+Blue) = 13+48+83=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3053 is #F2CFAC. Grayscale: #292929. Windows color (decimal): -15912877 or 5451789. OLE color: 5451789.

HSL color Cylindrical-coordinate representation of color #0D3053: hue angle of 210º 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 #0D3053 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 48 83 -
CMYK 0.84 0.42 0 0.67
HSL 210º 0.73% 0.19% -
HSV(B) 210º 0.84% 0.33% -
XYZ 2.78 2.82 8.58 -
YUV 41.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 13 48 83 0.84 0.42 0 0.67 210 0.73 0.19
Hex D 30 53 54 2A 0 43 D2 49 13
Octal 15 60 123 124 52 0 103 322 111 23
Binary 1101 110000 1010011 1010100 101010 0 1000011 11010010 1001001 10011

Color Harmonies of #0D3053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3053

Black with #0D3053

Text Example


Text Example

White with #0D3053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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