Html Css Color HEX #1A36AE Persian Blue

📋 copy color: '#1A36AE'

red 26 ◦ green 54 ◦ blue 174

#1A36AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1A36AE

Tints of Persian Blue #1A36AE

RGB

 RED value IS 26 (10.55% from 255) = 10.24%

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 10.24%
G = 21.26%
B = 68.5%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A36AE (or 0x1A36AE) is known color: Persian Blue. HEX triplet: 1A, 36 and AE. RGB value is (26,54,174). Sum of RGB (Red+Green+Blue) = 26+54+174=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A36AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A36AE is #E5C951. Grayscale: #3A3A3A. Windows color (decimal): -15059282 or 11417114. OLE color: 11417114.

HSL color Cylindrical-coordinate representation of color #1A36AE: hue angle of 228.65º 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 #1A36AE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 54 174 -
CMYK 0.85 0.69 0 0.32
HSL 228.65º 0.74% 0.39% -
HSV(B) 228.65º 0.85% 0.68% -
XYZ 9.39 5.91 40.69 -
YUV 59.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 26 54 174 0.85 0.69 0 0.32 228.65 0.74 0.39
Hex 1A 36 AE 55 45 0 20 E5 4A 27
Octal 32 66 256 125 105 0 40 345 112 47
Binary 11010 110110 10101110 1010101 1000101 0 100000 11100101 1001010 100111

Color Harmonies of #1A36AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A36AE

Black with #1A36AE

Text Example


Text Example

White with #1A36AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A36AE;
 }
 .AnyTagClassName
 {
   color: #1A36AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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