Html Css Color HEX #073853 Prussian Blue

📋 copy color: '#073853'

red 7 ◦ green 56 ◦ blue 83

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

Shades of Prussian Blue #073853

Tints of Prussian Blue #073853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 4.79%
G = 38.36%
B = 56.85%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073853 (or 0x073853) is known color: Prussian Blue. HEX triplet: 07, 38 and 53. RGB value is (7,56,83). Sum of RGB (Red+Green+Blue) = 7+56+83=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #073853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073853 is #F8C7AC. Grayscale: #2C2C2C. Windows color (decimal): -16304045 or 5453831. OLE color: 5453831.

HSL color Cylindrical-coordinate representation of color #073853: hue angle of 201.32º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073853 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 56 83 -
CMYK 0.92 0.33 0 0.67
HSL 201.32º 0.84% 0.18% -
HSV(B) 201.32º 0.92% 0.33% -
XYZ 3.06 3.5 8.7 -
YUV 44.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 7 56 83 0.92 0.33 0 0.67 201.32 0.84 0.18
Hex 7 38 53 5C 21 0 43 C9 54 12
Octal 7 70 123 134 41 0 103 311 124 22
Binary 111 111000 1010011 1011100 100001 0 1000011 11001001 1010100 10010

Color Harmonies of #073853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073853

Black with #073853

Text Example


Text Example

White with #073853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073853; }

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

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

background-color css

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

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

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

border-color css

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

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

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