Html Css Color HEX #073A53 Prussian Blue

📋 copy color: '#073A53'

red 7 ◦ green 58 ◦ blue 83

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

Shades of Prussian Blue #073A53

Tints of Prussian Blue #073A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.19%

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

R = 4.73%
G = 39.19%
B = 56.08%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073A53 (or 0x073A53) is known color: Prussian Blue. HEX triplet: 07, 3A and 53. RGB value is (7,58,83). Sum of RGB (Red+Green+Blue) = 7+58+83=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #073A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A53 is #F8C5AC. Grayscale: #2D2D2D. Windows color (decimal): -16303533 or 5454343. OLE color: 5454343.

HSL color Cylindrical-coordinate representation of color #073A53: hue angle of 199.74º 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 #073A53 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 58 83 -
CMYK 0.92 0.30 0 0.67
HSL 199.74º 0.84% 0.18% -
HSV(B) 199.74º 0.92% 0.33% -
XYZ 3.16 3.7 8.73 -
YUV 45.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 7 58 83 0.92 0.30 0 0.67 199.74 0.84 0.18
Hex 7 3A 53 5C 1E 0 43 C8 54 12
Octal 7 72 123 134 36 0 103 310 124 22
Binary 111 111010 1010011 1011100 11110 0 1000011 11001000 1010100 10010

Color Harmonies of #073A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A53

Black with #073A53

Text Example


Text Example

White with #073A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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