Html Css Color HEX #123C91 Smalt

📋 copy color: '#123C91'

red 18 ◦ green 60 ◦ blue 145

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

Shades of Smalt #123C91

Tints of Smalt #123C91

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.91%

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

R = 8.07%
G = 26.91%
B = 65.02%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123C91 (or 0x123C91) is known color: Smalt. HEX triplet: 12, 3C and 91. RGB value is (18,60,145). Sum of RGB (Red+Green+Blue) = 18+60+145=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #123C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C91 is #EDC36E. Grayscale: #383838. Windows color (decimal): -15582063 or 9518098. OLE color: 9518098.

HSL color Cylindrical-coordinate representation of color #123C91: hue angle of 220.16º 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 #123C91 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 60 145 -
CMYK 0.88 0.59 0 0.43
HSL 220.16º 0.78% 0.32% -
HSV(B) 220.16º 0.88% 0.57% -
XYZ 6.98 5.4 27.46 -
YUV 57.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 18 60 145 0.88 0.59 0 0.43 220.16 0.78 0.32
Hex 12 3C 91 58 3B 0 2B DC 4E 20
Octal 22 74 221 130 73 0 53 334 116 40
Binary 10010 111100 10010001 1011000 111011 0 101011 11011100 1001110 100000

Color Harmonies of #123C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C91

Black with #123C91

Text Example


Text Example

White with #123C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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