Html Css Color HEX #074062 Prussian Blue

📋 copy color: '#074062'

red 7 ◦ green 64 ◦ blue 98

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

Shades of Prussian Blue #074062

Tints of Prussian Blue #074062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

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

R = 4.14%
G = 37.87%
B = 57.99%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074062 (or 0x074062) is known color: Prussian Blue. HEX triplet: 07, 40 and 62. RGB value is (7,64,98). Sum of RGB (Red+Green+Blue) = 7+64+98=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #074062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074062 is #F8BF9D. Grayscale: #323232. Windows color (decimal): -16301982 or 6438919. OLE color: 6438919.

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

Color convert

RGB 7 64 98 -
CMYK 0.93 0.35 0 0.62
HSL 202.42º 0.87% 0.21% -
HSV(B) 202.42º 0.93% 0.38% -
XYZ 4.13 4.59 12.22 -
YUV 50.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 7 64 98 0.93 0.35 0 0.62 202.42 0.87 0.21
Hex 7 40 62 5D 23 0 3E CA 57 15
Octal 7 100 142 135 43 0 76 312 127 25
Binary 111 1000000 1100010 1011101 100011 0 111110 11001010 1010111 10101

Color Harmonies of #074062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074062

Black with #074062

Text Example


Text Example

White with #074062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074062; }

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

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

background-color css

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

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

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

border-color css

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

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

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