Html Css Color HEX #073E6E Prussian Blue

📋 copy color: '#073E6E'

red 7 ◦ green 62 ◦ blue 110

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

Shades of Prussian Blue #073E6E

Tints of Prussian Blue #073E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.64%

 BLUE value IS 110 (43.36% from 255) = 61.45%

R = 3.91%
G = 34.64%
B = 61.45%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#073E6E (or 0x073E6E) is known color: Prussian Blue. HEX triplet: 07, 3E and 6E. RGB value is (7,62,110). Sum of RGB (Red+Green+Blue) = 7+62+110=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #073E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E6E is #F8C191. Grayscale: #323232. Windows color (decimal): -16302482 or 7224839. OLE color: 7224839.

HSL color Cylindrical-coordinate representation of color #073E6E: hue angle of 207.96º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073E6E is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 62 110 -
CMYK 0.94 0.44 0 0.57
HSL 207.96º 0.88% 0.23% -
HSV(B) 207.96º 0.94% 0.43% -
XYZ 4.62 4.62 15.4 -
YUV 51.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 7 62 110 0.94 0.44 0 0.57 207.96 0.88 0.23
Hex 7 3E 6E 5E 2C 0 39 D0 58 17
Octal 7 76 156 136 54 0 71 320 130 27
Binary 111 111110 1101110 1011110 101100 0 111001 11010000 1011000 10111

Color Harmonies of #073E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E6E

Black with #073E6E

Text Example


Text Example

White with #073E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073E6E; }

 p { color: rgb(7,62,110); }

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

background-color css

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

 a { background-color: rgb(7,62,110); }

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

border-color css

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

 span { border-color: rgb(7,62,110); }

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