Html Css Color HEX #123283 Smalt

📋 copy color: '#123283'

red 18 ◦ green 50 ◦ blue 131

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

Shades of Smalt #123283

Tints of Smalt #123283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 9.05%
G = 25.13%
B = 65.83%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123283 (or 0x123283) is known color: Smalt. HEX triplet: 12, 32 and 83. RGB value is (18,50,131). Sum of RGB (Red+Green+Blue) = 18+50+131=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #123283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123283 is #EDCD7C. Grayscale: #313131. Windows color (decimal): -15584637 or 8598034. OLE color: 8598034.

HSL color Cylindrical-coordinate representation of color #123283: hue angle of 223.01º 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 #123283 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 50 131 -
CMYK 0.86 0.62 0 0.49
HSL 223.01º 0.76% 0.29% -
HSV(B) 223.01º 0.86% 0.51% -
XYZ 5.49 4.05 21.96 -
YUV 49.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 18 50 131 0.86 0.62 0 0.49 223.01 0.76 0.29
Hex 12 32 83 56 3E 0 31 DF 4C 1D
Octal 22 62 203 126 76 0 61 337 114 35
Binary 10010 110010 10000011 1010110 111110 0 110001 11011111 1001100 11101

Color Harmonies of #123283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123283

Black with #123283

Text Example


Text Example

White with #123283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123283; }

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

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

background-color css

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

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

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

border-color css

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

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

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