Html Css Color HEX #123288 Smalt

📋 copy color: '#123288'

red 18 ◦ green 50 ◦ blue 136

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

Shades of Smalt #123288

Tints of Smalt #123288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

 BLUE value IS 136 (53.52% from 255) = 66.67%

R = 8.82%
G = 24.51%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123288 (or 0x123288) is known color: Smalt. HEX triplet: 12, 32 and 88. RGB value is (18,50,136). Sum of RGB (Red+Green+Blue) = 18+50+136=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #123288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123288 is #EDCD77. Grayscale: #313131. Windows color (decimal): -15584632 or 8925714. OLE color: 8925714.

HSL color Cylindrical-coordinate representation of color #123288: hue angle of 223.73º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123288 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 50 136 -
CMYK 0.87 0.63 0 0.47
HSL 223.73º 0.77% 0.3% -
HSV(B) 223.73º 0.87% 0.53% -
XYZ 5.83 4.19 23.79 -
YUV 50.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 18 50 136 0.87 0.63 0 0.47 223.73 0.77 0.3
Hex 12 32 88 57 3F 0 2F E0 4D 1E
Octal 22 62 210 127 77 0 57 340 115 36
Binary 10010 110010 10001000 1010111 111111 0 101111 11100000 1001101 11110

Color Harmonies of #123288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123288

Black with #123288

Text Example


Text Example

White with #123288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123288; }

 p { color: rgb(18,50,136); }

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

background-color css

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

 a { background-color: rgb(18,50,136); }

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

border-color css

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

 span { border-color: rgb(18,50,136); }

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