Html Css Color HEX #072F62 Prussian Blue

📋 copy color: '#072F62'

red 7 ◦ green 47 ◦ blue 98

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

Shades of Prussian Blue #072F62

Tints of Prussian Blue #072F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 64.47%

R = 4.61%
G = 30.92%
B = 64.47%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072F62 (or 0x072F62) is known color: Prussian Blue. HEX triplet: 07, 2F and 62. RGB value is (7,47,98). Sum of RGB (Red+Green+Blue) = 7+47+98=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #072F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F62 is #F8D09D. Grayscale: #282828. Windows color (decimal): -16306334 or 6434567. OLE color: 6434567.

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

Color convert

RGB 7 47 98 -
CMYK 0.93 0.52 0 0.62
HSL 213.63º 0.87% 0.21% -
HSV(B) 213.63º 0.93% 0.38% -
XYZ 3.31 2.96 11.95 -
YUV 40.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 7 47 98 0.93 0.52 0 0.62 213.63 0.87 0.21
Hex 7 2F 62 5D 34 0 3E D6 57 15
Octal 7 57 142 135 64 0 76 326 127 25
Binary 111 101111 1100010 1011101 110100 0 111110 11010110 1010111 10101

Color Harmonies of #072F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F62

Black with #072F62

Text Example


Text Example

White with #072F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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