Html Css Color HEX #072953 Prussian Blue

📋 copy color: '#072953'

red 7 ◦ green 41 ◦ blue 83

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

Shades of Prussian Blue #072953

Tints of Prussian Blue #072953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.3%

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

R = 5.34%
G = 31.3%
B = 63.36%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072953 (or 0x072953) is known color: Prussian Blue. HEX triplet: 07, 29 and 53. RGB value is (7,41,83). Sum of RGB (Red+Green+Blue) = 7+41+83=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #072953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072953 is #F8D6AC. Grayscale: #232323. Windows color (decimal): -16307885 or 5449991. OLE color: 5449991.

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

Color convert

RGB 7 41 83 -
CMYK 0.92 0.51 0 0.67
HSL 213.16º 0.84% 0.18% -
HSV(B) 213.16º 0.92% 0.33% -
XYZ 2.44 2.26 8.49 -
YUV 35.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 7 41 83 0.92 0.51 0 0.67 213.16 0.84 0.18
Hex 7 29 53 5C 33 0 43 D5 54 12
Octal 7 51 123 134 63 0 103 325 124 22
Binary 111 101001 1010011 1011100 110011 0 1000011 11010101 1010100 10010

Color Harmonies of #072953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072953

Black with #072953

Text Example


Text Example

White with #072953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072953; }

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

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

background-color css

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

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

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

border-color css

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

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

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