Html Css Color HEX #123083 Smalt

📋 copy color: '#123083'

red 18 ◦ green 48 ◦ blue 131

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

Shades of Smalt #123083

Tints of Smalt #123083

RGB

 RED value IS 18 (7.42% from 255) = 9.14%

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

 BLUE value IS 131 (51.56% from 255) = 66.5%

R = 9.14%
G = 24.37%
B = 66.5%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123083 (or 0x123083) is known color: Smalt. HEX triplet: 12, 30 and 83. RGB value is (18,48,131). Sum of RGB (Red+Green+Blue) = 18+48+131=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #123083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123083 is #EDCF7C. Grayscale: #303030. Windows color (decimal): -15585149 or 8597522. OLE color: 8597522.

HSL color Cylindrical-coordinate representation of color #123083: hue angle of 224.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123083 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 48 131 -
CMYK 0.86 0.63 0 0.49
HSL 224.07º 0.76% 0.29% -
HSV(B) 224.07º 0.86% 0.51% -
XYZ 5.4 3.88 21.94 -
YUV 48.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 18 48 131 0.86 0.63 0 0.49 224.07 0.76 0.29
Hex 12 30 83 56 3F 0 31 E0 4C 1D
Octal 22 60 203 126 77 0 61 340 114 35
Binary 10010 110000 10000011 1010110 111111 0 110001 11100000 1001100 11101

Color Harmonies of #123083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123083

Black with #123083

Text Example


Text Example

White with #123083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123083; }

 p { color: rgb(18,48,131); }

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

background-color css

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

 a { background-color: rgb(18,48,131); }

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

border-color css

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

 span { border-color: rgb(18,48,131); }

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