Html Css Color HEX #073669 Prussian Blue

📋 copy color: '#073669'

red 7 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #073669

Tints of Prussian Blue #073669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.53%

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

R = 4.22%
G = 32.53%
B = 63.25%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#073669 (or 0x073669) is known color: Prussian Blue. HEX triplet: 07, 36 and 69. RGB value is (7,54,105). Sum of RGB (Red+Green+Blue) = 7+54+105=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #073669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073669 is #F8C996. Grayscale: #2D2D2D. Windows color (decimal): -16304535 or 6895111. OLE color: 6895111.

HSL color Cylindrical-coordinate representation of color #073669: hue angle of 211.22º 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 #073669 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 54 105 -
CMYK 0.93 0.49 0 0.59
HSL 211.22º 0.88% 0.22% -
HSV(B) 211.22º 0.93% 0.41% -
XYZ 3.96 3.7 13.87 -
YUV 45.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 7 54 105 0.93 0.49 0 0.59 211.22 0.88 0.22
Hex 7 36 69 5D 31 0 3B D3 58 16
Octal 7 66 151 135 61 0 73 323 130 26
Binary 111 110110 1101001 1011101 110001 0 111011 11010011 1011000 10110

Color Harmonies of #073669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073669

Black with #073669

Text Example


Text Example

White with #073669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073669; }

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

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

background-color css

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

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

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

border-color css

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

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

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