Html Css Color HEX #073350 Prussian Blue

📋 copy color: '#073350'

red 7 ◦ green 51 ◦ blue 80

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

Shades of Prussian Blue #073350

Tints of Prussian Blue #073350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

 BLUE value IS 80 (31.64% from 255) = 57.97%

R = 5.07%
G = 36.96%
B = 57.97%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#073350 (or 0x073350) is known color: Prussian Blue. HEX triplet: 07, 33 and 50. RGB value is (7,51,80). Sum of RGB (Red+Green+Blue) = 7+51+80=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #073350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073350 is #F8CCAF. Grayscale: #282828. Windows color (decimal): -16305328 or 5255943. OLE color: 5255943.

HSL color Cylindrical-coordinate representation of color #073350: hue angle of 203.84º 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 #073350 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 51 80 -
CMYK 0.91 0.36 0 0.69
HSL 203.84º 0.84% 0.17% -
HSV(B) 203.84º 0.91% 0.31% -
XYZ 2.72 2.99 8.02 -
YUV 41.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 7 51 80 0.91 0.36 0 0.69 203.84 0.84 0.17
Hex 7 33 50 5B 24 0 45 CC 54 11
Octal 7 63 120 133 44 0 105 314 124 21
Binary 111 110011 1010000 1011011 100100 0 1000101 11001100 1010100 10001

Color Harmonies of #073350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073350

Black with #073350

Text Example


Text Example

White with #073350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073350; }

 p { color: rgb(7,51,80); }

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

background-color css

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

 a { background-color: rgb(7,51,80); }

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

border-color css

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

 span { border-color: rgb(7,51,80); }

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