Html Css Color HEX #073254 Prussian Blue

📋 copy color: '#073254'

red 7 ◦ green 50 ◦ blue 84

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

Shades of Prussian Blue #073254

Tints of Prussian Blue #073254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.46%

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 4.96%
G = 35.46%
B = 59.57%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073254 (or 0x073254) is known color: Prussian Blue. HEX triplet: 07, 32 and 54. RGB value is (7,50,84). Sum of RGB (Red+Green+Blue) = 7+50+84=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #073254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073254 is #F8CDAB. Grayscale: #282828. Windows color (decimal): -16305580 or 5517831. OLE color: 5517831.

HSL color Cylindrical-coordinate representation of color #073254: hue angle of 206.49º degrees, saturation: 0.85, 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 #073254 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 50 84 -
CMYK 0.92 0.40 0 0.67
HSL 206.49º 0.85% 0.18% -
HSV(B) 206.49º 0.92% 0.33% -
XYZ 2.83 2.97 8.81 -
YUV 41.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 7 50 84 0.92 0.40 0 0.67 206.49 0.85 0.18
Hex 7 32 54 5C 28 0 43 CE 55 12
Octal 7 62 124 134 50 0 103 316 125 22
Binary 111 110010 1010100 1011100 101000 0 1000011 11001110 1010101 10010

Color Harmonies of #073254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073254

Black with #073254

Text Example


Text Example

White with #073254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073254; }

 p { color: rgb(7,50,84); }

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

background-color css

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

 a { background-color: rgb(7,50,84); }

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

border-color css

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

 span { border-color: rgb(7,50,84); }

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