#1A38E2

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

Shades of Persian Blue #1A38E2

Tints of Persian Blue #1A38E2

Color information

#1A38E2 (or 0x1A38E2) is unknown color: approx Persian Blue. HEX triplet: 1A, 38 and E2. RGB value is (26,56,226). Sum of RGB (Red+Green+Blue) = 26+56+226=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 226 (88.67% from 255 or 73.38% from 308); Max value from RGB is 226 - color contains mainly: blue. Hex color #1A38E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A38E2 is #E5C71D. Grayscale: #414141. Windows color (decimal): -15058718 or 14825498. OLE color: 14825498.

HSL color Cylindrical-coordinate representation of color #1A38E2: hue angle of 231º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A38E2 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2656226-
CMYK0.880.7500.11
HSL231º79.37%49.41%-
HSV(B)231º88.5%88.63%-
XYZ15.578.5472.78-
YUV66.41218.0699.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.44%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 226 (88.67% from 255) = 73.38%
R=8.44%
G=18.18%
B=73.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal26562260.880.7500.1123179.3749.41
Hex1A38E2584B0Be74f31
Octal327034213011301334711761
Binary11010111000111000101011000100101101011111001111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A38E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,56,226); }

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

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

 a { background-color: rgb(26,56,226); }

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

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

 span { border-color: rgb(26,56,226); }

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