Html Css Color HEX #074162 Prussian Blue

📋 copy color: '#074162'

red 7 ◦ green 65 ◦ blue 98

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

Shades of Prussian Blue #074162

Tints of Prussian Blue #074162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

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

R = 4.12%
G = 38.24%
B = 57.65%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074162 (or 0x074162) is known color: Prussian Blue. HEX triplet: 07, 41 and 62. RGB value is (7,65,98). Sum of RGB (Red+Green+Blue) = 7+65+98=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #074162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074162 is #F8BE9D. Grayscale: #333333. Windows color (decimal): -16301726 or 6439175. OLE color: 6439175.

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

Color convert

RGB 7 65 98 -
CMYK 0.93 0.34 0 0.62
HSL 201.76º 0.87% 0.21% -
HSV(B) 201.76º 0.93% 0.38% -
XYZ 4.18 4.71 12.24 -
YUV 51.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 7 65 98 0.93 0.34 0 0.62 201.76 0.87 0.21
Hex 7 41 62 5D 22 0 3E CA 57 15
Octal 7 101 142 135 42 0 76 312 127 25
Binary 111 1000001 1100010 1011101 100010 0 111110 11001010 1010111 10101

Color Harmonies of #074162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074162

Black with #074162

Text Example


Text Example

White with #074162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074162; }

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

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

background-color css

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

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

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

border-color css

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

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

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