Html Css Color HEX #07405C Prussian Blue

📋 copy color: '#07405C'

red 7 ◦ green 64 ◦ blue 92

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

Shades of Prussian Blue #07405C

Tints of Prussian Blue #07405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.44%

R = 4.29%
G = 39.26%
B = 56.44%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07405C (or 0x07405C) is known color: Prussian Blue. HEX triplet: 07, 40 and 5C. RGB value is (7,64,92). Sum of RGB (Red+Green+Blue) = 7+64+92=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #07405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07405C is #F8BFA3. Grayscale: #313131. Windows color (decimal): -16301988 or 6045703. OLE color: 6045703.

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

Color convert

RGB 7 64 92 -
CMYK 0.92 0.30 0 0.64
HSL 199.76º 0.86% 0.19% -
HSV(B) 199.76º 0.92% 0.36% -
XYZ 3.85 4.48 10.79 -
YUV 50.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 7 64 92 0.92 0.30 0 0.64 199.76 0.86 0.19
Hex 7 40 5C 5C 1E 0 40 C8 56 13
Octal 7 100 134 134 36 0 100 310 126 23
Binary 111 1000000 1011100 1011100 11110 0 1000000 11001000 1010110 10011

Color Harmonies of #07405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07405C

Black with #07405C

Text Example


Text Example

White with #07405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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