Html Css Color HEX #072C54 Prussian Blue

📋 copy color: '#072C54'

red 7 ◦ green 44 ◦ blue 84

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

Shades of Prussian Blue #072C54

Tints of Prussian Blue #072C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.59%

 BLUE value IS 84 (33.2% from 255) = 62.22%

R = 5.19%
G = 32.59%
B = 62.22%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072C54 (or 0x072C54) is known color: Prussian Blue. HEX triplet: 07, 2C and 54. RGB value is (7,44,84). Sum of RGB (Red+Green+Blue) = 7+44+84=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #072C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C54 is #F8D3AB. Grayscale: #252525. Windows color (decimal): -16307116 or 5516295. OLE color: 5516295.

HSL color Cylindrical-coordinate representation of color #072C54: hue angle of 211.17º degrees, saturation: 0.85, 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 #072C54 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 44 84 -
CMYK 0.92 0.48 0 0.67
HSL 211.17º 0.85% 0.18% -
HSV(B) 211.17º 0.92% 0.33% -
XYZ 2.59 2.49 8.73 -
YUV 37.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 7 44 84 0.92 0.48 0 0.67 211.17 0.85 0.18
Hex 7 2C 54 5C 30 0 43 D3 55 12
Octal 7 54 124 134 60 0 103 323 125 22
Binary 111 101100 1010100 1011100 110000 0 1000011 11010011 1010101 10010

Color Harmonies of #072C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C54

Black with #072C54

Text Example


Text Example

White with #072C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072C54; }

 p { color: rgb(7,44,84); }

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

background-color css

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

 a { background-color: rgb(7,44,84); }

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

border-color css

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

 span { border-color: rgb(7,44,84); }

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