Html Css Color HEX #07415F Prussian Blue

📋 copy color: '#07415F'

red 7 ◦ green 65 ◦ blue 95

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

Shades of Prussian Blue #07415F

Tints of Prussian Blue #07415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.89%

R = 4.19%
G = 38.92%
B = 56.89%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07415F (or 0x07415F) is known color: Prussian Blue. HEX triplet: 07, 41 and 5F. RGB value is (7,65,95). Sum of RGB (Red+Green+Blue) = 7+65+95=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #07415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07415F is #F8BEA0. Grayscale: #323232. Windows color (decimal): -16301729 or 6242567. OLE color: 6242567.

HSL color Cylindrical-coordinate representation of color #07415F: hue angle of 200.45º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07415F is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 65 95 -
CMYK 0.93 0.32 0 0.63
HSL 200.45º 0.86% 0.2% -
HSV(B) 200.45º 0.93% 0.37% -
XYZ 4.04 4.65 11.51 -
YUV 51.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 7 65 95 0.93 0.32 0 0.63 200.45 0.86 0.2
Hex 7 41 5F 5D 20 0 3F C8 56 14
Octal 7 101 137 135 40 0 77 310 126 24
Binary 111 1000001 1011111 1011101 100000 0 111111 11001000 1010110 10100

Color Harmonies of #07415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07415F

Black with #07415F

Text Example


Text Example

White with #07415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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