Html Css Color HEX #083099 Smalt

📋 copy color: '#083099'

red 8 ◦ green 48 ◦ blue 153

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

Shades of Smalt #083099

Tints of Smalt #083099

RGB

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

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

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

R = 3.83%
G = 22.97%
B = 73.21%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#083099 (or 0x083099) is known color: Smalt. HEX triplet: 08, 30 and 99. RGB value is (8,48,153). Sum of RGB (Red+Green+Blue) = 8+48+153=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #083099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083099 is #F7CF66. Grayscale: #2F2F2F. Windows color (decimal): -16240487 or 10039304. OLE color: 10039304.

HSL color Cylindrical-coordinate representation of color #083099: hue angle of 223.45º 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 #083099 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 48 153 -
CMYK 0.95 0.69 0 0.4
HSL 223.45º 0.9% 0.32% -
HSV(B) 223.45º 0.95% 0.6% -
XYZ 6.91 4.47 30.63 -
YUV 48.01 187.25 99.46 -
System Red Green Blue C M Y K H S L
Decimal 8 48 153 0.95 0.69 0 0.4 223.45 0.9 0.32
Hex 8 30 99 5F 45 0 28 DF 5A 20
Octal 10 60 231 137 105 0 50 337 132 40
Binary 1000 110000 10011001 1011111 1000101 0 101000 11011111 1011010 100000

Color Harmonies of #083099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083099

Black with #083099

Text Example


Text Example

White with #083099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083099; }

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

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

background-color css

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

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

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

border-color css

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

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

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