Html Css Color HEX #073869 Prussian Blue

📋 copy color: '#073869'

red 7 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #073869

Tints of Prussian Blue #073869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.33%

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

R = 4.17%
G = 33.33%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#073869 (or 0x073869) is known color: Prussian Blue. HEX triplet: 07, 38 and 69. RGB value is (7,56,105). Sum of RGB (Red+Green+Blue) = 7+56+105=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #073869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073869 is #F8C796. Grayscale: #2E2E2E. Windows color (decimal): -16304023 or 6895623. OLE color: 6895623.

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

Color convert

RGB 7 56 105 -
CMYK 0.93 0.47 0 0.59
HSL 210º 0.88% 0.22% -
HSV(B) 210º 0.93% 0.41% -
XYZ 4.05 3.89 13.9 -
YUV 46.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 7 56 105 0.93 0.47 0 0.59 210 0.88 0.22
Hex 7 38 69 5D 2F 0 3B D2 58 16
Octal 7 70 151 135 57 0 73 322 130 26
Binary 111 111000 1101001 1011101 101111 0 111011 11010010 1011000 10110

Color Harmonies of #073869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073869

Black with #073869

Text Example


Text Example

White with #073869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073869; }

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

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

background-color css

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

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

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

border-color css

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

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

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