#1A38AE

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

Shades of Persian Blue #1A38AE

Tints of Persian Blue #1A38AE

Color information

#1A38AE (or 0x1A38AE) is unknown color: approx Persian Blue. HEX triplet: 1A, 38 and AE. RGB value is (26,56,174). Sum of RGB (Red+Green+Blue) = 26+56+174=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A38AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A38AE is #E5C751. Grayscale: #3B3B3B. Windows color (decimal): -15058770 or 11417626. OLE color: 11417626.

HSL color Cylindrical-coordinate representation of color #1A38AE: hue angle of 227.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A38AE is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2656174-
CMYK0.850.6800.32
HSL227.84º74%39.22%-
HSV(B)227.84º85.06%68.24%-
XYZ9.486.140.72-
YUV60.48192.06103.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.16%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 174 (68.36% from 255) = 67.97%
R=10.16%
G=21.88%
B=67.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26561740.850.6800.32227.847439.22
Hex1A38AE5544020e44a27
Octal327025612510404034411247
Binary1101011100010101110101010110001000100000111001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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