Html Css Color HEX #083262 Prussian Blue

📋 copy color: '#083262'

red 8 ◦ green 50 ◦ blue 98

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

Shades of Prussian Blue #083262

Tints of Prussian Blue #083262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.05%

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

R = 5.13%
G = 32.05%
B = 62.82%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#083262 (or 0x083262) is known color: Prussian Blue. HEX triplet: 08, 32 and 62. RGB value is (8,50,98). Sum of RGB (Red+Green+Blue) = 8+50+98=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #083262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083262 is #F7CD9D. Grayscale: #2A2A2A. Windows color (decimal): -16240030 or 6435336. OLE color: 6435336.

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

Color convert

RGB 8 50 98 -
CMYK 0.92 0.49 0 0.62
HSL 212º 0.85% 0.21% -
HSV(B) 212º 0.92% 0.38% -
XYZ 3.45 3.21 11.99 -
YUV 42.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 8 50 98 0.92 0.49 0 0.62 212 0.85 0.21
Hex 8 32 62 5C 31 0 3E D4 55 15
Octal 10 62 142 134 61 0 76 324 125 25
Binary 1000 110010 1100010 1011100 110001 0 111110 11010100 1010101 10101

Color Harmonies of #083262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083262

Black with #083262

Text Example


Text Example

White with #083262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083262; }

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

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

background-color css

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

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

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

border-color css

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

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

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