Html Css Color HEX #12268A Smalt

📋 copy color: '#12268A'

red 18 ◦ green 38 ◦ blue 138

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

Shades of Smalt #12268A

Tints of Smalt #12268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.13%

R = 9.28%
G = 19.59%
B = 71.13%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#12268A (or 0x12268A) is known color: Smalt. HEX triplet: 12, 26 and 8A. RGB value is (18,38,138). Sum of RGB (Red+Green+Blue) = 18+38+138=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #12268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12268A is #EDD975. Grayscale: #2B2B2B. Windows color (decimal): -15587702 or 9053714. OLE color: 9053714.

HSL color Cylindrical-coordinate representation of color #12268A: hue angle of 230º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12268A is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 38 138 -
CMYK 0.87 0.72 0 0.46
HSL 230º 0.77% 0.31% -
HSV(B) 230º 0.87% 0.54% -
XYZ 5.53 3.35 24.4 -
YUV 43.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 18 38 138 0.87 0.72 0 0.46 230 0.77 0.31
Hex 12 26 8A 57 48 0 2E E6 4D 1F
Octal 22 46 212 127 110 0 56 346 115 37
Binary 10010 100110 10001010 1010111 1001000 0 101110 11100110 1001101 11111

Color Harmonies of #12268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12268A

Black with #12268A

Text Example


Text Example

White with #12268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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