Html Css Color HEX #1A12BC Medium Blue

📋 copy color: '#1A12BC'

red 26 ◦ green 18 ◦ blue 188

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

Shades of Medium Blue #1A12BC

Tints of Medium Blue #1A12BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.03%

R = 11.21%
G = 7.76%
B = 81.03%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A12BC (or 0x1A12BC) is known color: Medium Blue. HEX triplet: 1A, 12 and BC. RGB value is (26,18,188). Sum of RGB (Red+Green+Blue) = 26+18+188=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A12BC is #E5ED43. Grayscale: #272727. Windows color (decimal): -15068484 or 12325402. OLE color: 12325402.

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

Color convert

RGB 26 18 188 -
CMYK 0.86 0.90 0 0.26
HSL 242.82º 0.83% 0.4% -
HSV(B) 242.82º 0.9% 0.74% -
XYZ 9.72 4.28 47.89 -
YUV 39.77 211.65 118.18 -
System Red Green Blue C M Y K H S L
Decimal 26 18 188 0.86 0.90 0 0.26 242.82 0.83 0.4
Hex 1A 12 BC 56 5A 0 1A F3 53 28
Octal 32 22 274 126 132 0 32 363 123 50
Binary 11010 10010 10111100 1010110 1011010 0 11010 11110011 1010011 101000

Color Harmonies of #1A12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A12BC

Black with #1A12BC

Text Example


Text Example

White with #1A12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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