Html Css Color HEX #073966 Prussian Blue

📋 copy color: '#073966'

red 7 ◦ green 57 ◦ blue 102

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

Shades of Prussian Blue #073966

Tints of Prussian Blue #073966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 102 (40.23% from 255) = 61.45%

R = 4.22%
G = 34.34%
B = 61.45%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#073966 (or 0x073966) is known color: Prussian Blue. HEX triplet: 07, 39 and 66. RGB value is (7,57,102). Sum of RGB (Red+Green+Blue) = 7+57+102=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #073966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073966 is #F8C699. Grayscale: #2E2E2E. Windows color (decimal): -16303770 or 6699271. OLE color: 6699271.

HSL color Cylindrical-coordinate representation of color #073966: hue angle of 208.42º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073966 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 57 102 -
CMYK 0.93 0.44 0 0.6
HSL 208.42º 0.87% 0.21% -
HSV(B) 208.42º 0.93% 0.4% -
XYZ 3.95 3.93 13.12 -
YUV 47.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 7 57 102 0.93 0.44 0 0.6 208.42 0.87 0.21
Hex 7 39 66 5D 2C 0 3C D0 57 15
Octal 7 71 146 135 54 0 74 320 127 25
Binary 111 111001 1100110 1011101 101100 0 111100 11010000 1010111 10101

Color Harmonies of #073966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073966

Black with #073966

Text Example


Text Example

White with #073966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073966; }

 p { color: rgb(7,57,102); }

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

background-color css

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

 a { background-color: rgb(7,57,102); }

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

border-color css

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

 span { border-color: rgb(7,57,102); }

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