Html Css Color HEX #083866 Prussian Blue

📋 copy color: '#083866'

red 8 ◦ green 56 ◦ blue 102

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

Shades of Prussian Blue #083866

Tints of Prussian Blue #083866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 61.45%

R = 4.82%
G = 33.73%
B = 61.45%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#083866 (or 0x083866) is known color: Prussian Blue. HEX triplet: 08, 38 and 66. RGB value is (8,56,102). Sum of RGB (Red+Green+Blue) = 8+56+102=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #083866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083866 is #F7C799. Grayscale: #2E2E2E. Windows color (decimal): -16238490 or 6699016. OLE color: 6699016.

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

Color convert

RGB 8 56 102 -
CMYK 0.92 0.45 0 0.6
HSL 209.36º 0.85% 0.22% -
HSV(B) 209.36º 0.92% 0.4% -
XYZ 3.91 3.84 13.11 -
YUV 46.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 8 56 102 0.92 0.45 0 0.6 209.36 0.85 0.22
Hex 8 38 66 5C 2D 0 3C D1 55 16
Octal 10 70 146 134 55 0 74 321 125 26
Binary 1000 111000 1100110 1011100 101101 0 111100 11010001 1010101 10110

Color Harmonies of #083866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083866

Black with #083866

Text Example


Text Example

White with #083866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083866; }

 p { color: rgb(8,56,102); }

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

background-color css

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

 a { background-color: rgb(8,56,102); }

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

border-color css

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

 span { border-color: rgb(8,56,102); }

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