#1A23BF

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

Shades of Persian Blue #1A23BF

Tints of Persian Blue #1A23BF

Color information

#1A23BF (or 0x1A23BF) is unknown color: approx Persian Blue. HEX triplet: 1A, 23 and BF. RGB value is (26,35,191). Sum of RGB (Red+Green+Blue) = 26+35+191=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A23BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A23BF is #E5DC40. Grayscale: #313131. Windows color (decimal): -15064129 or 12526362. OLE color: 12526362.

HSL color Cylindrical-coordinate representation of color #1A23BF: hue angle of 236.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A23BF is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2635191-
CMYK0.860.8200.25
HSL236.73º76.04%42.55%-
HSV(B)236.73º86.39%74.9%-
XYZ10.435.1849.74-
YUV50.09207.52110.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 191 (75% from 255) = 75.79%
R=10.32%
G=13.89%
B=75.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26351910.860.8200.25236.7376.0442.55
Hex1A23BF5652019ed4c2b
Octal324327712612203135511453
Binary110101000111011111110101101010010011001111011011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A23BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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