Html Css Color HEX #07305B Prussian Blue

📋 copy color: '#07305B'

red 7 ◦ green 48 ◦ blue 91

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

Shades of Prussian Blue #07305B

Tints of Prussian Blue #07305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 62.33%

R = 4.79%
G = 32.88%
B = 62.33%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07305B (or 0x07305B) is known color: Prussian Blue. HEX triplet: 07, 30 and 5B. RGB value is (7,48,91). Sum of RGB (Red+Green+Blue) = 7+48+91=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #07305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07305B is #F8CFA4. Grayscale: #282828. Windows color (decimal): -16306085 or 5976071. OLE color: 5976071.

HSL color Cylindrical-coordinate representation of color #07305B: hue angle of 210.71º 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 #07305B is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 48 91 -
CMYK 0.92 0.47 0 0.64
HSL 210.71º 0.86% 0.19% -
HSV(B) 210.71º 0.92% 0.36% -
XYZ 3.03 2.91 10.3 -
YUV 40.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 7 48 91 0.92 0.47 0 0.64 210.71 0.86 0.19
Hex 7 30 5B 5C 2F 0 40 D3 56 13
Octal 7 60 133 134 57 0 100 323 126 23
Binary 111 110000 1011011 1011100 101111 0 1000000 11010011 1010110 10011

Color Harmonies of #07305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07305B

Black with #07305B

Text Example


Text Example

White with #07305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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