Html Css Color HEX #072E53 Prussian Blue

📋 copy color: '#072E53'

red 7 ◦ green 46 ◦ blue 83

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

Shades of Prussian Blue #072E53

Tints of Prussian Blue #072E53

RGB

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

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

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

R = 5.15%
G = 33.82%
B = 61.03%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072E53 (or 0x072E53) is known color: Prussian Blue. HEX triplet: 07, 2E and 53. RGB value is (7,46,83). Sum of RGB (Red+Green+Blue) = 7+46+83=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #072E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E53 is #F8D1AC. Grayscale: #262626. Windows color (decimal): -16306605 or 5451271. OLE color: 5451271.

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

Color convert

RGB 7 46 83 -
CMYK 0.92 0.45 0 0.67
HSL 209.21º 0.84% 0.18% -
HSV(B) 209.21º 0.92% 0.33% -
XYZ 2.63 2.62 8.55 -
YUV 38.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 7 46 83 0.92 0.45 0 0.67 209.21 0.84 0.18
Hex 7 2E 53 5C 2D 0 43 D1 54 12
Octal 7 56 123 134 55 0 103 321 124 22
Binary 111 101110 1010011 1011100 101101 0 1000011 11010001 1010100 10010

Color Harmonies of #072E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E53

Black with #072E53

Text Example


Text Example

White with #072E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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