Html Css Color HEX #072C60 Prussian Blue

📋 copy color: '#072C60'

red 7 ◦ green 44 ◦ blue 96

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

Shades of Prussian Blue #072C60

Tints of Prussian Blue #072C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 4.76%
G = 29.93%
B = 65.31%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072C60 (or 0x072C60) is known color: Prussian Blue. HEX triplet: 07, 2C and 60. RGB value is (7,44,96). Sum of RGB (Red+Green+Blue) = 7+44+96=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #072C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C60 is #F8D39F. Grayscale: #262626. Windows color (decimal): -16307104 or 6302727. OLE color: 6302727.

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

Color convert

RGB 7 44 96 -
CMYK 0.93 0.54 0 0.62
HSL 215.06º 0.86% 0.2% -
HSV(B) 215.06º 0.93% 0.38% -
XYZ 3.1 2.69 11.42 -
YUV 38.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 7 44 96 0.93 0.54 0 0.62 215.06 0.86 0.2
Hex 7 2C 60 5D 36 0 3E D7 56 14
Octal 7 54 140 135 66 0 76 327 126 24
Binary 111 101100 1100000 1011101 110110 0 111110 11010111 1010110 10100

Color Harmonies of #072C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C60

Black with #072C60

Text Example


Text Example

White with #072C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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