Html Css Color HEX #073953 Prussian Blue

📋 copy color: '#073953'

red 7 ◦ green 57 ◦ blue 83

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

Shades of Prussian Blue #073953

Tints of Prussian Blue #073953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.78%

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

R = 4.76%
G = 38.78%
B = 56.46%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073953 (or 0x073953) is known color: Prussian Blue. HEX triplet: 07, 39 and 53. RGB value is (7,57,83). Sum of RGB (Red+Green+Blue) = 7+57+83=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #073953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073953 is #F8C6AC. Grayscale: #2C2C2C. Windows color (decimal): -16303789 or 5454087. OLE color: 5454087.

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

Color convert

RGB 7 57 83 -
CMYK 0.92 0.31 0 0.67
HSL 200.53º 0.84% 0.18% -
HSV(B) 200.53º 0.92% 0.33% -
XYZ 3.11 3.6 8.71 -
YUV 45.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 7 57 83 0.92 0.31 0 0.67 200.53 0.84 0.18
Hex 7 39 53 5C 1F 0 43 C9 54 12
Octal 7 71 123 134 37 0 103 311 124 22
Binary 111 111001 1010011 1011100 11111 0 1000011 11001001 1010100 10010

Color Harmonies of #073953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073953

Black with #073953

Text Example


Text Example

White with #073953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073953; }

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

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

background-color css

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

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

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

border-color css

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

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

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