Html Css Color HEX #083374 Prussian Blue

📋 copy color: '#083374'

red 8 ◦ green 51 ◦ blue 116

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

Shades of Prussian Blue #083374

Tints of Prussian Blue #083374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 4.57%
G = 29.14%
B = 66.29%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083374 (or 0x083374) is known color: Prussian Blue. HEX triplet: 08, 33 and 74. RGB value is (8,51,116). Sum of RGB (Red+Green+Blue) = 8+51+116=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #083374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083374 is #F7CC8B. Grayscale: #2D2D2D. Windows color (decimal): -16239756 or 7615240. OLE color: 7615240.

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

Color convert

RGB 8 51 116 -
CMYK 0.93 0.56 0 0.55
HSL 216.11º 0.87% 0.24% -
HSV(B) 216.11º 0.93% 0.45% -
XYZ 4.44 3.68 17 -
YUV 45.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 8 51 116 0.93 0.56 0 0.55 216.11 0.87 0.24
Hex 8 33 74 5D 38 0 37 D8 57 18
Octal 10 63 164 135 70 0 67 330 127 30
Binary 1000 110011 1110100 1011101 111000 0 110111 11011000 1010111 11000

Color Harmonies of #083374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083374

Black with #083374

Text Example


Text Example

White with #083374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083374; }

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

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

background-color css

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

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

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

border-color css

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

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

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