Html Css Color HEX #07304E Prussian Blue

📋 copy color: '#07304E'

red 7 ◦ green 48 ◦ blue 78

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

Shades of Prussian Blue #07304E

Tints of Prussian Blue #07304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 58.65%

R = 5.26%
G = 36.09%
B = 58.65%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07304E (or 0x07304E) is known color: Prussian Blue. HEX triplet: 07, 30 and 4E. RGB value is (7,48,78). Sum of RGB (Red+Green+Blue) = 7+48+78=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #07304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07304E is #F8CFB1. Grayscale: #272727. Windows color (decimal): -16306098 or 5124103. OLE color: 5124103.

HSL color Cylindrical-coordinate representation of color #07304E: hue angle of 205.35º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07304E is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 48 78 -
CMYK 0.91 0.38 0 0.69
HSL 205.35º 0.84% 0.17% -
HSV(B) 205.35º 0.91% 0.31% -
XYZ 2.52 2.71 7.6 -
YUV 39.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 7 48 78 0.91 0.38 0 0.69 205.35 0.84 0.17
Hex 7 30 4E 5B 26 0 45 CD 54 11
Octal 7 60 116 133 46 0 105 315 124 21
Binary 111 110000 1001110 1011011 100110 0 1000101 11001101 1010100 10001

Color Harmonies of #07304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07304E

Black with #07304E

Text Example


Text Example

White with #07304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07304E; }

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

 H1.HeaderClassName
 {
   color: #07304E;
 }
 .AnyTagClassName
 {
   color: #07304E;
 }
</style>

background-color css

<style>
 a { background-color: #07304E; }

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

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

border-color css

<style>
 span { border-color: #07304E; }

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

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