Html Css Color HEX #123082 Smalt

📋 copy color: '#123082'

red 18 ◦ green 48 ◦ blue 130

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

Shades of Smalt #123082

Tints of Smalt #123082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 66.33%

R = 9.18%
G = 24.49%
B = 66.33%

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

#123082 (or 0x123082) is known color: Smalt. HEX triplet: 12, 30 and 82. RGB value is (18,48,130). Sum of RGB (Red+Green+Blue) = 18+48+130=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #123082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123082 is #EDCF7D. Grayscale: #303030. Windows color (decimal): -15585150 or 8531986. OLE color: 8531986.

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

Color convert

RGB 18 48 130 -
CMYK 0.86 0.63 0 0.49
HSL 223.93º 0.76% 0.29% -
HSV(B) 223.93º 0.86% 0.51% -
XYZ 5.34 3.85 21.58 -
YUV 48.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 18 48 130 0.86 0.63 0 0.49 223.93 0.76 0.29
Hex 12 30 82 56 3F 0 31 E0 4C 1D
Octal 22 60 202 126 77 0 61 340 114 35
Binary 10010 110000 10000010 1010110 111111 0 110001 11100000 1001100 11101

Color Harmonies of #123082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123082

Black with #123082

Text Example


Text Example

White with #123082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123082; }

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

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

background-color css

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

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

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

border-color css

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

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

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