Html Css Color HEX #1A338C Egyptian Blue

📋 copy color: '#1A338C'

red 26 ◦ green 51 ◦ blue 140

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

Shades of Egyptian Blue #1A338C

Tints of Egyptian Blue #1A338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.52%

R = 11.98%
G = 23.5%
B = 64.52%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A338C (or 0x1A338C) is known color: Egyptian Blue. HEX triplet: 1A, 33 and 8C. RGB value is (26,51,140). Sum of RGB (Red+Green+Blue) = 26+51+140=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A338C is #E5CC73. Grayscale: #353535. Windows color (decimal): -15060084 or 9188122. OLE color: 9188122.

HSL color Cylindrical-coordinate representation of color #1A338C: hue angle of 226.84º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A338C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 51 140 -
CMYK 0.81 0.64 0 0.45
HSL 226.84º 0.69% 0.33% -
HSV(B) 226.84º 0.81% 0.55% -
XYZ 6.34 4.48 25.34 -
YUV 53.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 26 51 140 0.81 0.64 0 0.45 226.84 0.69 0.33
Hex 1A 33 8C 51 40 0 2D E3 45 21
Octal 32 63 214 121 100 0 55 343 105 41
Binary 11010 110011 10001100 1010001 1000000 0 101101 11100011 1000101 100001

Color Harmonies of #1A338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A338C

Black with #1A338C

Text Example


Text Example

White with #1A338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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