Html Css Color HEX #083C8C Smalt

📋 copy color: '#083C8C'

red 8 ◦ green 60 ◦ blue 140

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

Shades of Smalt #083C8C

Tints of Smalt #083C8C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

 BLUE value IS 140 (55.08% from 255) = 67.31%

R = 3.85%
G = 28.85%
B = 67.31%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#083C8C (or 0x083C8C) is known color: Smalt. HEX triplet: 08, 3C and 8C. RGB value is (8,60,140). Sum of RGB (Red+Green+Blue) = 8+60+140=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #083C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C8C is #F7C373. Grayscale: #353535. Windows color (decimal): -16237428 or 9190408. OLE color: 9190408.

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

Color convert

RGB 8 60 140 -
CMYK 0.94 0.57 0 0.45
HSL 216.36º 0.89% 0.29% -
HSV(B) 216.36º 0.94% 0.55% -
XYZ 6.45 5.18 25.47 -
YUV 53.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 8 60 140 0.94 0.57 0 0.45 216.36 0.89 0.29
Hex 8 3C 8C 5E 39 0 2D D8 59 1D
Octal 10 74 214 136 71 0 55 330 131 35
Binary 1000 111100 10001100 1011110 111001 0 101101 11011000 1011001 11101

Color Harmonies of #083C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C8C

Black with #083C8C

Text Example


Text Example

White with #083C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,60,140); }

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

background-color css

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

 a { background-color: rgb(8,60,140); }

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

border-color css

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

 span { border-color: rgb(8,60,140); }

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