Html Css Color HEX #083274 Prussian Blue

📋 copy color: '#083274'

red 8 ◦ green 50 ◦ blue 116

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

Shades of Prussian Blue #083274

Tints of Prussian Blue #083274

RGB

 RED value IS 8 (3.52% from 255) = 4.6%

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

 BLUE value IS 116 (45.7% from 255) = 66.67%

R = 4.6%
G = 28.74%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083274 (or 0x083274) is known color: Prussian Blue. HEX triplet: 08, 32 and 74. RGB value is (8,50,116). Sum of RGB (Red+Green+Blue) = 8+50+116=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #083274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083274 is #F7CD8B. Grayscale: #2C2C2C. Windows color (decimal): -16240012 or 7614984. OLE color: 7614984.

HSL color Cylindrical-coordinate representation of color #083274: hue angle of 216.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083274 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 50 116 -
CMYK 0.93 0.57 0 0.55
HSL 216.67º 0.87% 0.24% -
HSV(B) 216.67º 0.93% 0.45% -
XYZ 4.39 3.59 16.99 -
YUV 44.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 8 50 116 0.93 0.57 0 0.55 216.67 0.87 0.24
Hex 8 32 74 5D 39 0 37 D9 57 18
Octal 10 62 164 135 71 0 67 331 127 30
Binary 1000 110010 1110100 1011101 111001 0 110111 11011001 1010111 11000

Color Harmonies of #083274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083274

Black with #083274

Text Example


Text Example

White with #083274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083274; }

 p { color: rgb(8,50,116); }

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

background-color css

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

 a { background-color: rgb(8,50,116); }

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

border-color css

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

 span { border-color: rgb(8,50,116); }

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