Html Css Color HEX #083062 Prussian Blue

📋 copy color: '#083062'

red 8 ◦ green 48 ◦ blue 98

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

Shades of Prussian Blue #083062

Tints of Prussian Blue #083062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

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

R = 5.19%
G = 31.17%
B = 63.64%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#083062 (or 0x083062) is known color: Prussian Blue. HEX triplet: 08, 30 and 62. RGB value is (8,48,98). Sum of RGB (Red+Green+Blue) = 8+48+98=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #083062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083062 is #F7CF9D. Grayscale: #292929. Windows color (decimal): -16240542 or 6434824. OLE color: 6434824.

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

Color convert

RGB 8 48 98 -
CMYK 0.92 0.51 0 0.62
HSL 213.33º 0.85% 0.21% -
HSV(B) 213.33º 0.92% 0.38% -
XYZ 3.36 3.05 11.97 -
YUV 41.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 8 48 98 0.92 0.51 0 0.62 213.33 0.85 0.21
Hex 8 30 62 5C 33 0 3E D5 55 15
Octal 10 60 142 134 63 0 76 325 125 25
Binary 1000 110000 1100010 1011100 110011 0 111110 11010101 1010101 10101

Color Harmonies of #083062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083062

Black with #083062

Text Example


Text Example

White with #083062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083062; }

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

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

background-color css

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

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

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

border-color css

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

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

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