Html Css Color HEX #083167 Prussian Blue

📋 copy color: '#083167'

red 8 ◦ green 49 ◦ blue 103

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

Shades of Prussian Blue #083167

Tints of Prussian Blue #083167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

 BLUE value IS 103 (40.63% from 255) = 64.38%

R = 5%
G = 30.63%
B = 64.38%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#083167 (or 0x083167) is known color: Prussian Blue. HEX triplet: 08, 31 and 67. RGB value is (8,49,103). Sum of RGB (Red+Green+Blue) = 8+49+103=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #083167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083167 is #F7CE98. Grayscale: #2A2A2A. Windows color (decimal): -16240281 or 6762760. OLE color: 6762760.

HSL color Cylindrical-coordinate representation of color #083167: hue angle of 214.11º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083167 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 49 103 -
CMYK 0.92 0.52 0 0.60
HSL 214.11º 0.86% 0.22% -
HSV(B) 214.11º 0.92% 0.4% -
XYZ 3.65 3.23 13.26 -
YUV 42.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 8 49 103 0.92 0.52 0 0.60 214.11 0.86 0.22
Hex 8 31 67 5C 34 0 3C D6 56 16
Octal 10 61 147 134 64 0 74 326 126 26
Binary 1000 110001 1100111 1011100 110100 0 111100 11010110 1010110 10110

Color Harmonies of #083167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083167

Black with #083167

Text Example


Text Example

White with #083167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083167; }

 p { color: rgb(8,49,103); }

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

background-color css

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

 a { background-color: rgb(8,49,103); }

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

border-color css

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

 span { border-color: rgb(8,49,103); }

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