Html Css Color HEX #072B56 Prussian Blue

📋 copy color: '#072B56'

red 7 ◦ green 43 ◦ blue 86

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

Shades of Prussian Blue #072B56

Tints of Prussian Blue #072B56

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.62%

 BLUE value IS 86 (33.98% from 255) = 63.24%

R = 5.15%
G = 31.62%
B = 63.24%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#072B56 (or 0x072B56) is known color: Prussian Blue. HEX triplet: 07, 2B and 56. RGB value is (7,43,86). Sum of RGB (Red+Green+Blue) = 7+43+86=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #072B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B56 is #F8D4A9. Grayscale: #242424. Windows color (decimal): -16307370 or 5647111. OLE color: 5647111.

HSL color Cylindrical-coordinate representation of color #072B56: hue angle of 212.66º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072B56 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 43 86 -
CMYK 0.92 0.50 0 0.66
HSL 212.66º 0.85% 0.18% -
HSV(B) 212.66º 0.92% 0.34% -
XYZ 2.63 2.44 9.14 -
YUV 37.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 7 43 86 0.92 0.50 0 0.66 212.66 0.85 0.18
Hex 7 2B 56 5C 32 0 42 D5 55 12
Octal 7 53 126 134 62 0 102 325 125 22
Binary 111 101011 1010110 1011100 110010 0 1000010 11010101 1010101 10010

Color Harmonies of #072B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B56

Black with #072B56

Text Example


Text Example

White with #072B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,86); }

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

background-color css

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

 a { background-color: rgb(7,43,86); }

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

border-color css

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

 span { border-color: rgb(7,43,86); }

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