Html Css Color HEX #073153 Prussian Blue

📋 copy color: '#073153'

red 7 ◦ green 49 ◦ blue 83

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

Shades of Prussian Blue #073153

Tints of Prussian Blue #073153

RGB

 RED value IS 7 (3.13% from 255) = 5.04%

 GREEN value IS 49 (19.53% from 255) = 35.25%

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

R = 5.04%
G = 35.25%
B = 59.71%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073153 (or 0x073153) is known color: Prussian Blue. HEX triplet: 07, 31 and 53. RGB value is (7,49,83). Sum of RGB (Red+Green+Blue) = 7+49+83=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #073153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073153 is #F8CEAC. Grayscale: #282828. Windows color (decimal): -16305837 or 5452039. OLE color: 5452039.

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

Color convert

RGB 7 49 83 -
CMYK 0.92 0.41 0 0.67
HSL 206.84º 0.84% 0.18% -
HSV(B) 206.84º 0.92% 0.33% -
XYZ 2.75 2.87 8.59 -
YUV 40.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 7 49 83 0.92 0.41 0 0.67 206.84 0.84 0.18
Hex 7 31 53 5C 29 0 43 CF 54 12
Octal 7 61 123 134 51 0 103 317 124 22
Binary 111 110001 1010011 1011100 101001 0 1000011 11001111 1010100 10010

Color Harmonies of #073153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073153

Black with #073153

Text Example


Text Example

White with #073153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073153; }

 p { color: rgb(7,49,83); }

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

background-color css

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

 a { background-color: rgb(7,49,83); }

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

border-color css

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

 span { border-color: rgb(7,49,83); }

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