Html Css Color HEX #123F95 Smalt

📋 copy color: '#123F95'

red 18 ◦ green 63 ◦ blue 149

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

Shades of Smalt #123F95

Tints of Smalt #123F95

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

 BLUE value IS 149 (58.59% from 255) = 64.78%

R = 7.83%
G = 27.39%
B = 64.78%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123F95 (or 0x123F95) is known color: Smalt. HEX triplet: 12, 3F and 95. RGB value is (18,63,149). Sum of RGB (Red+Green+Blue) = 18+63+149=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #123F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F95 is #EDC06A. Grayscale: #3A3A3A. Windows color (decimal): -15581291 or 9781010. OLE color: 9781010.

HSL color Cylindrical-coordinate representation of color #123F95: hue angle of 219.39º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123F95 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 63 149 -
CMYK 0.88 0.58 0 0.42
HSL 219.39º 0.78% 0.33% -
HSV(B) 219.39º 0.88% 0.58% -
XYZ 7.45 5.85 29.17 -
YUV 59.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 18 63 149 0.88 0.58 0 0.42 219.39 0.78 0.33
Hex 12 3F 95 58 3A 0 2A DB 4E 21
Octal 22 77 225 130 72 0 52 333 116 41
Binary 10010 111111 10010101 1011000 111010 0 101010 11011011 1001110 100001

Color Harmonies of #123F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F95

Black with #123F95

Text Example


Text Example

White with #123F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123F95; }

 p { color: rgb(18,63,149); }

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

background-color css

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

 a { background-color: rgb(18,63,149); }

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

border-color css

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

 span { border-color: rgb(18,63,149); }

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