Html Css Color HEX #123C8F Smalt

📋 copy color: '#123C8F'

red 18 ◦ green 60 ◦ blue 143

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

Shades of Smalt #123C8F

Tints of Smalt #123C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 64.71%

R = 8.14%
G = 27.15%
B = 64.71%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#123C8F (or 0x123C8F) is known color: Smalt. HEX triplet: 12, 3C and 8F. RGB value is (18,60,143). Sum of RGB (Red+Green+Blue) = 18+60+143=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #123C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C8F is #EDC370. Grayscale: #383838. Windows color (decimal): -15582065 or 9387026. OLE color: 9387026.

HSL color Cylindrical-coordinate representation of color #123C8F: hue angle of 219.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123C8F is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 60 143 -
CMYK 0.87 0.58 0 0.44
HSL 219.84º 0.78% 0.32% -
HSV(B) 219.84º 0.87% 0.56% -
XYZ 6.82 5.34 26.66 -
YUV 56.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 18 60 143 0.87 0.58 0 0.44 219.84 0.78 0.32
Hex 12 3C 8F 57 3A 0 2C DC 4E 20
Octal 22 74 217 127 72 0 54 334 116 40
Binary 10010 111100 10001111 1010111 111010 0 101100 11011100 1001110 100000

Color Harmonies of #123C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C8F

Black with #123C8F

Text Example


Text Example

White with #123C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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