#1a18ca

Color #1A18CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1A18CA

Tints of Medium Blue #1A18CA

Color information

#1A18CA (or 0x1A18CA) is unknown color: approx Medium Blue. HEX triplet: 1A, 18 and CA. RGB value is (26,24,202). Sum of RGB (Red+Green+Blue) = 26+24+202=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A18CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A18CA is #E5E735. Grayscale: #2C2C2C. Windows color (decimal): -15066934 or 13244442. OLE color: 13244442.

HSL color Cylindrical-coordinate representation of color #1A18CA: hue angle of 240.67º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A18CA is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2624202-
CMYK0.870.8800.21
HSL240.67º78.76%44.31%-
HSV(B)240.67º88.12%79.22%-
XYZ11.415.1456.27-
YUV44.89216.66114.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 202 (79.30% from 255) = 80.16%
R=10.32%
G=9.52%
B=80.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26242020.870.8800.21240.6778.7644.31
Hex1A18CA5758015f14f2c
Octal323031212713002536111754
Binary11010110001100101010101111011000010101111100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a18ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,202); }

 H1.HeaderClassName
 {
   color: #1a18ca;
 }
 .AnyTagClassName
 {
   color: #1a18ca;
 }
</style>
background-color css

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

 a { background-color: rgb(26,24,202); }

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

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

 span { border-color: rgb(26,24,202); }

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