Html Css Color HEX #073852 Prussian Blue

📋 copy color: '#073852'

red 7 ◦ green 56 ◦ blue 82

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

Shades of Prussian Blue #073852

Tints of Prussian Blue #073852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 4.83%
G = 38.62%
B = 56.55%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#073852 (or 0x073852) is known color: Prussian Blue. HEX triplet: 07, 38 and 52. RGB value is (7,56,82). Sum of RGB (Red+Green+Blue) = 7+56+82=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #073852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073852 is #F8C7AD. Grayscale: #2C2C2C. Windows color (decimal): -16304046 or 5388295. OLE color: 5388295.

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

Color convert

RGB 7 56 82 -
CMYK 0.91 0.32 0 0.68
HSL 200.8º 0.84% 0.17% -
HSV(B) 200.8º 0.91% 0.32% -
XYZ 3.02 3.48 8.5 -
YUV 44.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 7 56 82 0.91 0.32 0 0.68 200.8 0.84 0.17
Hex 7 38 52 5B 20 0 44 C9 54 11
Octal 7 70 122 133 40 0 104 311 124 21
Binary 111 111000 1010010 1011011 100000 0 1000100 11001001 1010100 10001

Color Harmonies of #073852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073852

Black with #073852

Text Example


Text Example

White with #073852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073852; }

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

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

background-color css

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

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

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

border-color css

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

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

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