Html Css Color HEX #074562 Prussian Blue

📋 copy color: '#074562'

red 7 ◦ green 69 ◦ blue 98

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

Shades of Prussian Blue #074562

Tints of Prussian Blue #074562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 4.02%
G = 39.66%
B = 56.32%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074562 (or 0x074562) is known color: Prussian Blue. HEX triplet: 07, 45 and 62. RGB value is (7,69,98). Sum of RGB (Red+Green+Blue) = 7+69+98=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #074562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074562 is #F8BA9D. Grayscale: #353535. Windows color (decimal): -16300702 or 6440199. OLE color: 6440199.

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

Color convert

RGB 7 69 98 -
CMYK 0.93 0.30 0 0.62
HSL 199.12º 0.87% 0.21% -
HSV(B) 199.12º 0.93% 0.38% -
XYZ 4.42 5.18 12.32 -
YUV 53.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 7 69 98 0.93 0.30 0 0.62 199.12 0.87 0.21
Hex 7 45 62 5D 1E 0 3E C7 57 15
Octal 7 105 142 135 36 0 76 307 127 25
Binary 111 1000101 1100010 1011101 11110 0 111110 11000111 1010111 10101

Color Harmonies of #074562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074562

Black with #074562

Text Example


Text Example

White with #074562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074562; }

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

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

background-color css

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

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

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

border-color css

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

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

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