Html Css Color HEX #083666 Prussian Blue

📋 copy color: '#083666'

red 8 ◦ green 54 ◦ blue 102

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

Shades of Prussian Blue #083666

Tints of Prussian Blue #083666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 4.88%
G = 32.93%
B = 62.2%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#083666 (or 0x083666) is known color: Prussian Blue. HEX triplet: 08, 36 and 66. RGB value is (8,54,102). Sum of RGB (Red+Green+Blue) = 8+54+102=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #083666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083666 is #F7C999. Grayscale: #2D2D2D. Windows color (decimal): -16239002 or 6698504. OLE color: 6698504.

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

Color convert

RGB 8 54 102 -
CMYK 0.92 0.47 0 0.6
HSL 210.64º 0.85% 0.22% -
HSV(B) 210.64º 0.92% 0.4% -
XYZ 3.82 3.65 13.07 -
YUV 45.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 8 54 102 0.92 0.47 0 0.6 210.64 0.85 0.22
Hex 8 36 66 5C 2F 0 3C D3 55 16
Octal 10 66 146 134 57 0 74 323 125 26
Binary 1000 110110 1100110 1011100 101111 0 111100 11010011 1010101 10110

Color Harmonies of #083666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083666

Black with #083666

Text Example


Text Example

White with #083666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083666; }

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

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

background-color css

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

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

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

border-color css

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

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

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