Html Css Color HEX #07305F Prussian Blue

📋 copy color: '#07305F'

red 7 ◦ green 48 ◦ blue 95

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

Shades of Prussian Blue #07305F

Tints of Prussian Blue #07305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 4.67%
G = 32%
B = 63.33%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07305F (or 0x07305F) is known color: Prussian Blue. HEX triplet: 07, 30 and 5F. RGB value is (7,48,95). Sum of RGB (Red+Green+Blue) = 7+48+95=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #07305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07305F is #F8CFA0. Grayscale: #282828. Windows color (decimal): -16306081 or 6238215. OLE color: 6238215.

HSL color Cylindrical-coordinate representation of color #07305F: hue angle of 212.05º 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 #07305F is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 48 95 -
CMYK 0.93 0.49 0 0.63
HSL 212.05º 0.86% 0.2% -
HSV(B) 212.05º 0.93% 0.37% -
XYZ 3.21 2.99 11.23 -
YUV 41.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 7 48 95 0.93 0.49 0 0.63 212.05 0.86 0.2
Hex 7 30 5F 5D 31 0 3F D4 56 14
Octal 7 60 137 135 61 0 77 324 126 24
Binary 111 110000 1011111 1011101 110001 0 111111 11010100 1010110 10100

Color Harmonies of #07305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07305F

Black with #07305F

Text Example


Text Example

White with #07305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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