Html Css Color HEX #12398B Smalt

📋 copy color: '#12398B'

red 18 ◦ green 57 ◦ blue 139

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

Shades of Smalt #12398B

Tints of Smalt #12398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 8.41%
G = 26.64%
B = 64.95%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12398B (or 0x12398B) is known color: Smalt. HEX triplet: 12, 39 and 8B. RGB value is (18,57,139). Sum of RGB (Red+Green+Blue) = 18+57+139=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #12398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12398B is #EDC674. Grayscale: #363636. Windows color (decimal): -15582837 or 9124114. OLE color: 9124114.

HSL color Cylindrical-coordinate representation of color #12398B: hue angle of 220.66º 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 #12398B is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 57 139 -
CMYK 0.87 0.59 0 0.45
HSL 220.66º 0.77% 0.31% -
HSV(B) 220.66º 0.87% 0.55% -
XYZ 6.37 4.92 25.04 -
YUV 54.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 18 57 139 0.87 0.59 0 0.45 220.66 0.77 0.31
Hex 12 39 8B 57 3B 0 2D DD 4D 1F
Octal 22 71 213 127 73 0 55 335 115 37
Binary 10010 111001 10001011 1010111 111011 0 101101 11011101 1001101 11111

Color Harmonies of #12398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12398B

Black with #12398B

Text Example


Text Example

White with #12398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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