Html Css Color HEX #072E62 Prussian Blue

📋 copy color: '#072E62'

red 7 ◦ green 46 ◦ blue 98

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

Shades of Prussian Blue #072E62

Tints of Prussian Blue #072E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 98 (38.67% from 255) = 64.9%

R = 4.64%
G = 30.46%
B = 64.9%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072E62 (or 0x072E62) is known color: Prussian Blue. HEX triplet: 07, 2E and 62. RGB value is (7,46,98). Sum of RGB (Red+Green+Blue) = 7+46+98=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #072E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E62 is #F8D19D. Grayscale: #282828. Windows color (decimal): -16306590 or 6434311. OLE color: 6434311.

HSL color Cylindrical-coordinate representation of color #072E62: hue angle of 214.29º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072E62 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 46 98 -
CMYK 0.93 0.53 0 0.62
HSL 214.29º 0.87% 0.21% -
HSV(B) 214.29º 0.93% 0.38% -
XYZ 3.27 2.88 11.94 -
YUV 40.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 7 46 98 0.93 0.53 0 0.62 214.29 0.87 0.21
Hex 7 2E 62 5D 35 0 3E D6 57 15
Octal 7 56 142 135 65 0 76 326 127 25
Binary 111 101110 1100010 1011101 110101 0 111110 11010110 1010111 10101

Color Harmonies of #072E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E62

Black with #072E62

Text Example


Text Example

White with #072E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,46,98); }

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

background-color css

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

 a { background-color: rgb(7,46,98); }

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

border-color css

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

 span { border-color: rgb(7,46,98); }

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