Html Css Color HEX #12318B Smalt

📋 copy color: '#12318B'

red 18 ◦ green 49 ◦ blue 139

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

Shades of Smalt #12318B

Tints of Smalt #12318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 8.74%
G = 23.79%
B = 67.48%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12318B (or 0x12318B) is known color: Smalt. HEX triplet: 12, 31 and 8B. RGB value is (18,49,139). Sum of RGB (Red+Green+Blue) = 18+49+139=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #12318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12318B is #EDCE74. Grayscale: #313131. Windows color (decimal): -15584885 or 9122066. OLE color: 9122066.

HSL color Cylindrical-coordinate representation of color #12318B: hue angle of 224.63º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12318B is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 49 139 -
CMYK 0.87 0.65 0 0.45
HSL 224.63º 0.77% 0.31% -
HSV(B) 224.63º 0.87% 0.55% -
XYZ 6.01 4.19 24.92 -
YUV 49.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 18 49 139 0.87 0.65 0 0.45 224.63 0.77 0.31
Hex 12 31 8B 57 41 0 2D E1 4D 1F
Octal 22 61 213 127 101 0 55 341 115 37
Binary 10010 110001 10001011 1010111 1000001 0 101101 11100001 1001101 11111

Color Harmonies of #12318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12318B

Black with #12318B

Text Example


Text Example

White with #12318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12318B; }

 p { color: rgb(18,49,139); }

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

background-color css

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

 a { background-color: rgb(18,49,139); }

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

border-color css

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

 span { border-color: rgb(18,49,139); }

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