Html Css Color HEX #1A12BA Medium Blue

📋 copy color: '#1A12BA'

red 26 ◦ green 18 ◦ blue 186

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

Shades of Medium Blue #1A12BA

Tints of Medium Blue #1A12BA

RGB

 RED value IS 26 (10.55% from 255) = 11.3%

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 186 (73.05% from 255) = 80.87%

R = 11.3%
G = 7.83%
B = 80.87%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A12BA (or 0x1A12BA) is known color: Medium Blue. HEX triplet: 1A, 12 and BA. RGB value is (26,18,186). Sum of RGB (Red+Green+Blue) = 26+18+186=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A12BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A12BA is #E5ED45. Grayscale: #262626. Windows color (decimal): -15068486 or 12194330. OLE color: 12194330.

HSL color Cylindrical-coordinate representation of color #1A12BA: hue angle of 242.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A12BA is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 18 186 -
CMYK 0.86 0.90 0 0.27
HSL 242.86º 0.82% 0.4% -
HSV(B) 242.86º 0.9% 0.73% -
XYZ 9.51 4.2 46.76 -
YUV 39.54 210.65 118.34 -
System Red Green Blue C M Y K H S L
Decimal 26 18 186 0.86 0.90 0 0.27 242.86 0.82 0.4
Hex 1A 12 BA 56 5A 0 1B F3 52 28
Octal 32 22 272 126 132 0 33 363 122 50
Binary 11010 10010 10111010 1010110 1011010 0 11011 11110011 1010010 101000

Color Harmonies of #1A12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A12BA

Black with #1A12BA

Text Example


Text Example

White with #1A12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A12BA; }

 p { color: rgb(26,18,186); }

 H1.HeaderClassName
 {
   color: #1A12BA;
 }
 .AnyTagClassName
 {
   color: #1A12BA;
 }
</style>

background-color css

<style>
 a { background-color: #1A12BA; }

 a { background-color: rgb(26,18,186); }

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

border-color css

<style>
 span { border-color: #1A12BA; }

 span { border-color: rgb(26,18,186); }

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