Html Css Color HEX #083299 Smalt

📋 copy color: '#083299'

red 8 ◦ green 50 ◦ blue 153

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

Shades of Smalt #083299

Tints of Smalt #083299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 72.51%

R = 3.79%
G = 23.7%
B = 72.51%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#083299 (or 0x083299) is known color: Smalt. HEX triplet: 08, 32 and 99. RGB value is (8,50,153). Sum of RGB (Red+Green+Blue) = 8+50+153=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #083299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083299 is #F7CD66. Grayscale: #303030. Windows color (decimal): -16239975 or 10039816. OLE color: 10039816.

HSL color Cylindrical-coordinate representation of color #083299: hue angle of 222.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083299 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 50 153 -
CMYK 0.95 0.67 0 0.4
HSL 222.62º 0.9% 0.32% -
HSV(B) 222.62º 0.95% 0.6% -
XYZ 6.99 4.63 30.66 -
YUV 49.18 186.59 98.62 -
System Red Green Blue C M Y K H S L
Decimal 8 50 153 0.95 0.67 0 0.4 222.62 0.9 0.32
Hex 8 32 99 5F 43 0 28 DF 5A 20
Octal 10 62 231 137 103 0 50 337 132 40
Binary 1000 110010 10011001 1011111 1000011 0 101000 11011111 1011010 100000

Color Harmonies of #083299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083299

Black with #083299

Text Example


Text Example

White with #083299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083299; }

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

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

background-color css

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

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

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

border-color css

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

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

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