Html Css Color HEX #1A33AE Egyptian Blue

📋 copy color: '#1A33AE'

red 26 ◦ green 51 ◦ blue 174

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

Shades of Egyptian Blue #1A33AE

Tints of Egyptian Blue #1A33AE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 10.36%
G = 20.32%
B = 69.32%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A33AE (or 0x1A33AE) is known color: Egyptian Blue. HEX triplet: 1A, 33 and AE. RGB value is (26,51,174). Sum of RGB (Red+Green+Blue) = 26+51+174=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A33AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A33AE is #E5CC51. Grayscale: #393939. Windows color (decimal): -15060050 or 11416346. OLE color: 11416346.

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

Color convert

RGB 26 51 174 -
CMYK 0.85 0.71 0 0.32
HSL 229.86º 0.74% 0.39% -
HSV(B) 229.86º 0.85% 0.68% -
XYZ 9.25 5.64 40.65 -
YUV 57.55 193.72 105.5 -
System Red Green Blue C M Y K H S L
Decimal 26 51 174 0.85 0.71 0 0.32 229.86 0.74 0.39
Hex 1A 33 AE 55 47 0 20 E6 4A 27
Octal 32 63 256 125 107 0 40 346 112 47
Binary 11010 110011 10101110 1010101 1000111 0 100000 11100110 1001010 100111

Color Harmonies of #1A33AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A33AE

Black with #1A33AE

Text Example


Text Example

White with #1A33AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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