Html Css Color HEX #083692 Smalt

📋 copy color: '#083692'

red 8 ◦ green 54 ◦ blue 146

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

Shades of Smalt #083692

Tints of Smalt #083692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

 BLUE value IS 146 (57.42% from 255) = 70.19%

R = 3.85%
G = 25.96%
B = 70.19%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083692 (or 0x083692) is known color: Smalt. HEX triplet: 08, 36 and 92. RGB value is (8,54,146). Sum of RGB (Red+Green+Blue) = 8+54+146=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #083692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083692 is #F7C96D. Grayscale: #323232. Windows color (decimal): -16238958 or 9582088. OLE color: 9582088.

HSL color Cylindrical-coordinate representation of color #083692: hue angle of 220º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083692 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 54 146 -
CMYK 0.95 0.63 0 0.43
HSL 220º 0.9% 0.3% -
HSV(B) 220º 0.95% 0.57% -
XYZ 6.61 4.77 27.77 -
YUV 50.73 181.76 97.52 -
System Red Green Blue C M Y K H S L
Decimal 8 54 146 0.95 0.63 0 0.43 220 0.9 0.3
Hex 8 36 92 5F 3F 0 2B DC 5A 1E
Octal 10 66 222 137 77 0 53 334 132 36
Binary 1000 110110 10010010 1011111 111111 0 101011 11011100 1011010 11110

Color Harmonies of #083692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083692

Black with #083692

Text Example


Text Example

White with #083692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083692; }

 p { color: rgb(8,54,146); }

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

background-color css

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

 a { background-color: rgb(8,54,146); }

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

border-color css

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

 span { border-color: rgb(8,54,146); }

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