Html Css Color HEX #073051 Prussian Blue

📋 copy color: '#073051'

red 7 ◦ green 48 ◦ blue 81

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

Shades of Prussian Blue #073051

Tints of Prussian Blue #073051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 59.56%

R = 5.15%
G = 35.29%
B = 59.56%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#073051 (or 0x073051) is known color: Prussian Blue. HEX triplet: 07, 30 and 51. RGB value is (7,48,81). Sum of RGB (Red+Green+Blue) = 7+48+81=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #073051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073051 is #F8CFAE. Grayscale: #272727. Windows color (decimal): -16306095 or 5320711. OLE color: 5320711.

HSL color Cylindrical-coordinate representation of color #073051: hue angle of 206.76º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073051 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 48 81 -
CMYK 0.91 0.41 0 0.68
HSL 206.76º 0.84% 0.17% -
HSV(B) 206.76º 0.91% 0.32% -
XYZ 2.63 2.75 8.18 -
YUV 39.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 7 48 81 0.91 0.41 0 0.68 206.76 0.84 0.17
Hex 7 30 51 5B 29 0 44 CF 54 11
Octal 7 60 121 133 51 0 104 317 124 21
Binary 111 110000 1010001 1011011 101001 0 1000100 11001111 1010100 10001

Color Harmonies of #073051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073051

Black with #073051

Text Example


Text Example

White with #073051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073051; }

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

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

background-color css

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

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

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

border-color css

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

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

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