Html Css Color HEX #123C94 Smalt

📋 copy color: '#123C94'

red 18 ◦ green 60 ◦ blue 148

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

Shades of Smalt #123C94

Tints of Smalt #123C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.49%

R = 7.96%
G = 26.55%
B = 65.49%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123C94 (or 0x123C94) is known color: Smalt. HEX triplet: 12, 3C and 94. RGB value is (18,60,148). Sum of RGB (Red+Green+Blue) = 18+60+148=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #123C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C94 is #EDC36B. Grayscale: #393939. Windows color (decimal): -15582060 or 9714706. OLE color: 9714706.

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

Color convert

RGB 18 60 148 -
CMYK 0.88 0.59 0 0.42
HSL 220.62º 0.78% 0.33% -
HSV(B) 220.62º 0.88% 0.58% -
XYZ 7.21 5.5 28.7 -
YUV 57.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 18 60 148 0.88 0.59 0 0.42 220.62 0.78 0.33
Hex 12 3C 94 58 3B 0 2A DD 4E 21
Octal 22 74 224 130 73 0 52 335 116 41
Binary 10010 111100 10010100 1011000 111011 0 101010 11011101 1001110 100001

Color Harmonies of #123C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C94

Black with #123C94

Text Example


Text Example

White with #123C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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