Html Css Color HEX #123F91 Smalt

📋 copy color: '#123F91'

red 18 ◦ green 63 ◦ blue 145

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

Shades of Smalt #123F91

Tints of Smalt #123F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 7.96%
G = 27.88%
B = 64.16%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123F91 (or 0x123F91) is known color: Smalt. HEX triplet: 12, 3F and 91. RGB value is (18,63,145). Sum of RGB (Red+Green+Blue) = 18+63+145=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #123F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F91 is #EDC06E. Grayscale: #3A3A3A. Windows color (decimal): -15581295 or 9518866. OLE color: 9518866.

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

Color convert

RGB 18 63 145 -
CMYK 0.88 0.57 0 0.43
HSL 218.74º 0.78% 0.32% -
HSV(B) 218.74º 0.88% 0.57% -
XYZ 7.14 5.73 27.52 -
YUV 58.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 18 63 145 0.88 0.57 0 0.43 218.74 0.78 0.32
Hex 12 3F 91 58 39 0 2B DB 4E 20
Octal 22 77 221 130 71 0 53 333 116 40
Binary 10010 111111 10010001 1011000 111001 0 101011 11011011 1001110 100000

Color Harmonies of #123F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F91

Black with #123F91

Text Example


Text Example

White with #123F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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