Html Css Color HEX #073053 Prussian Blue

📋 copy color: '#073053'

red 7 ◦ green 48 ◦ blue 83

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

Shades of Prussian Blue #073053

Tints of Prussian Blue #073053

RGB

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

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

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

R = 5.07%
G = 34.78%
B = 60.14%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073053 (or 0x073053) is known color: Prussian Blue. HEX triplet: 07, 30 and 53. RGB value is (7,48,83). Sum of RGB (Red+Green+Blue) = 7+48+83=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #073053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073053 is #F8CFAC. Grayscale: #272727. Windows color (decimal): -16306093 or 5451783. OLE color: 5451783.

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

Color convert

RGB 7 48 83 -
CMYK 0.92 0.42 0 0.67
HSL 207.63º 0.84% 0.18% -
HSV(B) 207.63º 0.92% 0.33% -
XYZ 2.71 2.78 8.58 -
YUV 39.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 7 48 83 0.92 0.42 0 0.67 207.63 0.84 0.18
Hex 7 30 53 5C 2A 0 43 D0 54 12
Octal 7 60 123 134 52 0 103 320 124 22
Binary 111 110000 1010011 1011100 101010 0 1000011 11010000 1010100 10010

Color Harmonies of #073053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073053

Black with #073053

Text Example


Text Example

White with #073053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073053; }

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

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

background-color css

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

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

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

border-color css

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

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

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