Html Css Color HEX #083A8A Smalt

📋 copy color: '#083A8A'

red 8 ◦ green 58 ◦ blue 138

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

Shades of Smalt #083A8A

Tints of Smalt #083A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

 BLUE value IS 138 (54.3% from 255) = 67.65%

R = 3.92%
G = 28.43%
B = 67.65%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#083A8A (or 0x083A8A) is known color: Smalt. HEX triplet: 08, 3A and 8A. RGB value is (8,58,138). Sum of RGB (Red+Green+Blue) = 8+58+138=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #083A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083A8A is #F7C575. Grayscale: #333333. Windows color (decimal): -16237942 or 9058824. OLE color: 9058824.

HSL color Cylindrical-coordinate representation of color #083A8A: hue angle of 216.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083A8A is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 58 138 -
CMYK 0.94 0.58 0 0.46
HSL 216.92º 0.89% 0.29% -
HSV(B) 216.92º 0.94% 0.54% -
XYZ 6.2 4.91 24.67 -
YUV 52.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 8 58 138 0.94 0.58 0 0.46 216.92 0.89 0.29
Hex 8 3A 8A 5E 3A 0 2E D9 59 1D
Octal 10 72 212 136 72 0 56 331 131 35
Binary 1000 111010 10001010 1011110 111010 0 101110 11011001 1011001 11101

Color Harmonies of #083A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A8A

Black with #083A8A

Text Example


Text Example

White with #083A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A8A; }

 p { color: rgb(8,58,138); }

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

background-color css

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

 a { background-color: rgb(8,58,138); }

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

border-color css

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

 span { border-color: rgb(8,58,138); }

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