Html Css Color HEX #072D60 Prussian Blue

📋 copy color: '#072D60'

red 7 ◦ green 45 ◦ blue 96

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

Shades of Prussian Blue #072D60

Tints of Prussian Blue #072D60

RGB

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

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

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

R = 4.73%
G = 30.41%
B = 64.86%

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

#072D60 (or 0x072D60) is known color: Prussian Blue. HEX triplet: 07, 2D and 60. RGB value is (7,45,96). Sum of RGB (Red+Green+Blue) = 7+45+96=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #072D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D60 is #F8D29F. Grayscale: #272727. Windows color (decimal): -16306848 or 6302983. OLE color: 6302983.

HSL color Cylindrical-coordinate representation of color #072D60: hue angle of 214.38º 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 #072D60 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 45 96 -
CMYK 0.93 0.53 0 0.62
HSL 214.38º 0.86% 0.2% -
HSV(B) 214.38º 0.93% 0.38% -
XYZ 3.14 2.77 11.43 -
YUV 39.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 7 45 96 0.93 0.53 0 0.62 214.38 0.86 0.2
Hex 7 2D 60 5D 35 0 3E D6 56 14
Octal 7 55 140 135 65 0 76 326 126 24
Binary 111 101101 1100000 1011101 110101 0 111110 11010110 1010110 10100

Color Harmonies of #072D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D60

Black with #072D60

Text Example


Text Example

White with #072D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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