#1A23F6

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

Shades of Blue #1A23F6

Tints of Blue #1A23F6

Color information

#1A23F6 (or 0x1A23F6) is unknown color: approx Blue. HEX triplet: 1A, 23 and F6. RGB value is (26,35,246). Sum of RGB (Red+Green+Blue) = 26+35+246=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 246 (96.48% from 255 or 80.13% from 307); Max value from RGB is 246 - color contains mainly: blue. Hex color #1A23F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A23F6 is #E5DC09. Grayscale: #373737. Windows color (decimal): -15064074 or 16130842. OLE color: 16130842.

HSL color Cylindrical-coordinate representation of color #1A23F6: hue angle of 237.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A23F6 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2635246-
CMYK0.890.8600.04
HSL237.55º92.44%53.33%-
HSV(B)237.55º89.43%96.47%-
XYZ17.668.0887.82-
YUV56.36235.02106.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.47%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 246 (96.48% from 255) = 80.13%
R=8.47%
G=11.40%
B=80.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal26352460.890.8600.04237.5592.4453.33
Hex1A23F6595604ee5c35
Octal32433661311260435613465
Binary1101010001111110110101100110101100100111011101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A23F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,35,246); }

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

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

 a { background-color: rgb(26,35,246); }

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

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

 span { border-color: rgb(26,35,246); }

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