Html Css Color HEX #083363 Prussian Blue

📋 copy color: '#083363'

red 8 ◦ green 51 ◦ blue 99

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

Shades of Prussian Blue #083363

Tints of Prussian Blue #083363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 62.66%

R = 5.06%
G = 32.28%
B = 62.66%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#083363 (or 0x083363) is known color: Prussian Blue. HEX triplet: 08, 33 and 63. RGB value is (8,51,99). Sum of RGB (Red+Green+Blue) = 8+51+99=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #083363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083363 is #F7CC9C. Grayscale: #2B2B2B. Windows color (decimal): -16239773 or 6501128. OLE color: 6501128.

HSL color Cylindrical-coordinate representation of color #083363: hue angle of 211.65º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083363 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 51 99 -
CMYK 0.92 0.48 0 0.61
HSL 211.65º 0.85% 0.21% -
HSV(B) 211.65º 0.92% 0.39% -
XYZ 3.54 3.32 12.26 -
YUV 43.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 8 51 99 0.92 0.48 0 0.61 211.65 0.85 0.21
Hex 8 33 63 5C 30 0 3D D4 55 15
Octal 10 63 143 134 60 0 75 324 125 25
Binary 1000 110011 1100011 1011100 110000 0 111101 11010100 1010101 10101

Color Harmonies of #083363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083363

Black with #083363

Text Example


Text Example

White with #083363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083363; }

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

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

background-color css

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

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

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

border-color css

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

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

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