Html Css Color HEX #073769 Prussian Blue

📋 copy color: '#073769'

red 7 ◦ green 55 ◦ blue 105

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

Shades of Prussian Blue #073769

Tints of Prussian Blue #073769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

 BLUE value IS 105 (41.41% from 255) = 62.87%

R = 4.19%
G = 32.93%
B = 62.87%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#073769 (or 0x073769) is known color: Prussian Blue. HEX triplet: 07, 37 and 69. RGB value is (7,55,105). Sum of RGB (Red+Green+Blue) = 7+55+105=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #073769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073769 is #F8C896. Grayscale: #2E2E2E. Windows color (decimal): -16304279 or 6895367. OLE color: 6895367.

HSL color Cylindrical-coordinate representation of color #073769: hue angle of 210.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073769 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 55 105 -
CMYK 0.93 0.48 0 0.59
HSL 210.61º 0.88% 0.22% -
HSV(B) 210.61º 0.93% 0.41% -
XYZ 4 3.8 13.89 -
YUV 46.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 7 55 105 0.93 0.48 0 0.59 210.61 0.88 0.22
Hex 7 37 69 5D 30 0 3B D3 58 16
Octal 7 67 151 135 60 0 73 323 130 26
Binary 111 110111 1101001 1011101 110000 0 111011 11010011 1011000 10110

Color Harmonies of #073769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073769

Black with #073769

Text Example


Text Example

White with #073769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073769; }

 p { color: rgb(7,55,105); }

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

background-color css

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

 a { background-color: rgb(7,55,105); }

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

border-color css

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

 span { border-color: rgb(7,55,105); }

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