Html Css Color HEX #083C93 Smalt

📋 copy color: '#083C93'

red 8 ◦ green 60 ◦ blue 147

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

Shades of Smalt #083C93

Tints of Smalt #083C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.37%

R = 3.72%
G = 27.91%
B = 68.37%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#083C93 (or 0x083C93) is known color: Smalt. HEX triplet: 08, 3C and 93. RGB value is (8,60,147). Sum of RGB (Red+Green+Blue) = 8+60+147=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #083C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C93 is #F7C36C. Grayscale: #353535. Windows color (decimal): -16237421 or 9649160. OLE color: 9649160.

HSL color Cylindrical-coordinate representation of color #083C93: hue angle of 217.55º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083C93 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 60 147 -
CMYK 0.95 0.59 0 0.42
HSL 217.55º 0.9% 0.3% -
HSV(B) 217.55º 0.95% 0.58% -
XYZ 6.98 5.39 28.28 -
YUV 54.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 8 60 147 0.95 0.59 0 0.42 217.55 0.9 0.3
Hex 8 3C 93 5F 3B 0 2A DA 5A 1E
Octal 10 74 223 137 73 0 52 332 132 36
Binary 1000 111100 10010011 1011111 111011 0 101010 11011010 1011010 11110

Color Harmonies of #083C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C93

Black with #083C93

Text Example


Text Example

White with #083C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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