Html Css Color HEX #072F5D Prussian Blue

📋 copy color: '#072F5D'

red 7 ◦ green 47 ◦ blue 93

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

Shades of Prussian Blue #072F5D

Tints of Prussian Blue #072F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.97%

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 4.76%
G = 31.97%
B = 63.27%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#072F5D (or 0x072F5D) is known color: Prussian Blue. HEX triplet: 07, 2F and 5D. RGB value is (7,47,93). Sum of RGB (Red+Green+Blue) = 7+47+93=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #072F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F5D is #F8D0A2. Grayscale: #282828. Windows color (decimal): -16306339 or 6106887. OLE color: 6106887.

HSL color Cylindrical-coordinate representation of color #072F5D: hue angle of 212.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072F5D is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 47 93 -
CMYK 0.92 0.49 0 0.64
HSL 212.09º 0.86% 0.2% -
HSV(B) 212.09º 0.92% 0.36% -
XYZ 3.08 2.87 10.75 -
YUV 40.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 7 47 93 0.92 0.49 0 0.64 212.09 0.86 0.2
Hex 7 2F 5D 5C 31 0 40 D4 56 14
Octal 7 57 135 134 61 0 100 324 126 24
Binary 111 101111 1011101 1011100 110001 0 1000000 11010100 1010110 10100

Color Harmonies of #072F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F5D

Black with #072F5D

Text Example


Text Example

White with #072F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,47,93); }

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

background-color css

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

 a { background-color: rgb(7,47,93); }

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

border-color css

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

 span { border-color: rgb(7,47,93); }

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