Html Css Color HEX #07306C Prussian Blue

📋 copy color: '#07306C'

red 7 ◦ green 48 ◦ blue 108

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

Shades of Prussian Blue #07306C

Tints of Prussian Blue #07306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 66.26%

R = 4.29%
G = 29.45%
B = 66.26%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07306C (or 0x07306C) is known color: Prussian Blue. HEX triplet: 07, 30 and 6C. RGB value is (7,48,108). Sum of RGB (Red+Green+Blue) = 7+48+108=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #07306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07306C is #F8CF93. Grayscale: #2A2A2A. Windows color (decimal): -16306068 or 7090183. OLE color: 7090183.

HSL color Cylindrical-coordinate representation of color #07306C: hue angle of 215.64º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07306C is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 48 108 -
CMYK 0.94 0.56 0 0.58
HSL 215.64º 0.88% 0.23% -
HSV(B) 215.64º 0.94% 0.42% -
XYZ 3.85 3.24 14.61 -
YUV 42.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 7 48 108 0.94 0.56 0 0.58 215.64 0.88 0.23
Hex 7 30 6C 5E 38 0 3A D8 58 17
Octal 7 60 154 136 70 0 72 330 130 27
Binary 111 110000 1101100 1011110 111000 0 111010 11011000 1011000 10111

Color Harmonies of #07306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07306C

Black with #07306C

Text Example


Text Example

White with #07306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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