Html Css Color HEX #072D56 Prussian Blue

📋 copy color: '#072D56'

red 7 ◦ green 45 ◦ blue 86

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

Shades of Prussian Blue #072D56

Tints of Prussian Blue #072D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.61%

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

R = 5.07%
G = 32.61%
B = 62.32%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#072D56 (or 0x072D56) is known color: Prussian Blue. HEX triplet: 07, 2D and 56. RGB value is (7,45,86). Sum of RGB (Red+Green+Blue) = 7+45+86=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #072D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D56 is #F8D2A9. Grayscale: #262626. Windows color (decimal): -16306858 or 5647623. OLE color: 5647623.

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

Color convert

RGB 7 45 86 -
CMYK 0.92 0.48 0 0.66
HSL 211.14º 0.85% 0.18% -
HSV(B) 211.14º 0.92% 0.34% -
XYZ 2.71 2.59 9.16 -
YUV 38.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 7 45 86 0.92 0.48 0 0.66 211.14 0.85 0.18
Hex 7 2D 56 5C 30 0 42 D3 55 12
Octal 7 55 126 134 60 0 102 323 125 22
Binary 111 101101 1010110 1011100 110000 0 1000010 11010011 1010101 10010

Color Harmonies of #072D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D56

Black with #072D56

Text Example


Text Example

White with #072D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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