Html Css Color HEX #073F62 Prussian Blue

📋 copy color: '#073F62'

red 7 ◦ green 63 ◦ blue 98

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

Shades of Prussian Blue #073F62

Tints of Prussian Blue #073F62

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

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

R = 4.17%
G = 37.5%
B = 58.33%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#073F62 (or 0x073F62) is known color: Prussian Blue. HEX triplet: 07, 3F and 62. RGB value is (7,63,98). Sum of RGB (Red+Green+Blue) = 7+63+98=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #073F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F62 is #F8C09D. Grayscale: #323232. Windows color (decimal): -16302238 or 6438663. OLE color: 6438663.

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

Color convert

RGB 7 63 98 -
CMYK 0.93 0.36 0 0.62
HSL 203.08º 0.87% 0.21% -
HSV(B) 203.08º 0.93% 0.38% -
XYZ 4.07 4.48 12.21 -
YUV 50.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 7 63 98 0.93 0.36 0 0.62 203.08 0.87 0.21
Hex 7 3F 62 5D 24 0 3E CB 57 15
Octal 7 77 142 135 44 0 76 313 127 25
Binary 111 111111 1100010 1011101 100100 0 111110 11001011 1010111 10101

Color Harmonies of #073F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F62

Black with #073F62

Text Example


Text Example

White with #073F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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