Html Css Color HEX #12268D Smalt

📋 copy color: '#12268D'

red 18 ◦ green 38 ◦ blue 141

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

Shades of Smalt #12268D

Tints of Smalt #12268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

 BLUE value IS 141 (55.47% from 255) = 71.57%

R = 9.14%
G = 19.29%
B = 71.57%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12268D (or 0x12268D) is known color: Smalt. HEX triplet: 12, 26 and 8D. RGB value is (18,38,141). Sum of RGB (Red+Green+Blue) = 18+38+141=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #12268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12268D is #EDD972. Grayscale: #2B2B2B. Windows color (decimal): -15587699 or 9250322. OLE color: 9250322.

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

Color convert

RGB 18 38 141 -
CMYK 0.87 0.73 0 0.45
HSL 230.24º 0.77% 0.31% -
HSV(B) 230.24º 0.87% 0.55% -
XYZ 5.75 3.44 25.56 -
YUV 43.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 18 38 141 0.87 0.73 0 0.45 230.24 0.77 0.31
Hex 12 26 8D 57 49 0 2D E6 4D 1F
Octal 22 46 215 127 111 0 55 346 115 37
Binary 10010 100110 10001101 1010111 1001001 0 101101 11100110 1001101 11111

Color Harmonies of #12268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12268D

Black with #12268D

Text Example


Text Example

White with #12268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12268D; }

 p { color: rgb(18,38,141); }

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

background-color css

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

 a { background-color: rgb(18,38,141); }

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

border-color css

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

 span { border-color: rgb(18,38,141); }

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