Html Css Color HEX #083362 Prussian Blue

📋 copy color: '#083362'

red 8 ◦ green 51 ◦ blue 98

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

Shades of Prussian Blue #083362

Tints of Prussian Blue #083362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 62.42%

R = 5.1%
G = 32.48%
B = 62.42%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#083362 (or 0x083362) is known color: Prussian Blue. HEX triplet: 08, 33 and 62. RGB value is (8,51,98). Sum of RGB (Red+Green+Blue) = 8+51+98=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #083362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083362 is #F7CC9D. Grayscale: #2B2B2B. Windows color (decimal): -16239774 or 6435592. OLE color: 6435592.

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

Color convert

RGB 8 51 98 -
CMYK 0.92 0.48 0 0.62
HSL 211.33º 0.85% 0.21% -
HSV(B) 211.33º 0.92% 0.38% -
XYZ 3.49 3.3 12.01 -
YUV 43.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 8 51 98 0.92 0.48 0 0.62 211.33 0.85 0.21
Hex 8 33 62 5C 30 0 3E D3 55 15
Octal 10 63 142 134 60 0 76 323 125 25
Binary 1000 110011 1100010 1011100 110000 0 111110 11010011 1010101 10101

Color Harmonies of #083362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083362

Black with #083362

Text Example


Text Example

White with #083362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083362; }

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

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

background-color css

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

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

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

border-color css

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

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

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