Html Css Color HEX #12308E Smalt

📋 copy color: '#12308E'

red 18 ◦ green 48 ◦ blue 142

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

Shades of Smalt #12308E

Tints of Smalt #12308E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 8.65%
G = 23.08%
B = 68.27%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12308E (or 0x12308E) is known color: Smalt. HEX triplet: 12, 30 and 8E. RGB value is (18,48,142). Sum of RGB (Red+Green+Blue) = 18+48+142=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #12308E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12308E is #EDCF71. Grayscale: #313131. Windows color (decimal): -15585138 or 9318418. OLE color: 9318418.

HSL color Cylindrical-coordinate representation of color #12308E: hue angle of 225.48º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12308E is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 48 142 -
CMYK 0.87 0.66 0 0.44
HSL 225.48º 0.78% 0.31% -
HSV(B) 225.48º 0.87% 0.56% -
XYZ 6.19 4.2 26.07 -
YUV 49.75 180.06 105.36 -
System Red Green Blue C M Y K H S L
Decimal 18 48 142 0.87 0.66 0 0.44 225.48 0.78 0.31
Hex 12 30 8E 57 42 0 2C E1 4E 1F
Octal 22 60 216 127 102 0 54 341 116 37
Binary 10010 110000 10001110 1010111 1000010 0 101100 11100001 1001110 11111

Color Harmonies of #12308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12308E

Black with #12308E

Text Example


Text Example

White with #12308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12308E; }

 p { color: rgb(18,48,142); }

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

background-color css

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

 a { background-color: rgb(18,48,142); }

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

border-color css

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

 span { border-color: rgb(18,48,142); }

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