Html Css Color HEX #07405A Prussian Blue

📋 copy color: '#07405A'

red 7 ◦ green 64 ◦ blue 90

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

Shades of Prussian Blue #07405A

Tints of Prussian Blue #07405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 4.35%
G = 39.75%
B = 55.9%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#07405A (or 0x07405A) is known color: Prussian Blue. HEX triplet: 07, 40 and 5A. RGB value is (7,64,90). Sum of RGB (Red+Green+Blue) = 7+64+90=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #07405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07405A is #F8BFA5. Grayscale: #313131. Windows color (decimal): -16301990 or 5914631. OLE color: 5914631.

HSL color Cylindrical-coordinate representation of color #07405A: hue angle of 198.8º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07405A is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 64 90 -
CMYK 0.92 0.29 0 0.65
HSL 198.8º 0.86% 0.19% -
HSV(B) 198.8º 0.92% 0.35% -
XYZ 3.77 4.45 10.33 -
YUV 49.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 7 64 90 0.92 0.29 0 0.65 198.8 0.86 0.19
Hex 7 40 5A 5C 1D 0 41 C7 56 13
Octal 7 100 132 134 35 0 101 307 126 23
Binary 111 1000000 1011010 1011100 11101 0 1000001 11000111 1010110 10011

Color Harmonies of #07405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07405A

Black with #07405A

Text Example


Text Example

White with #07405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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