Html Css Color HEX #1A2F88 Egyptian Blue

📋 copy color: '#1A2F88'

red 26 ◦ green 47 ◦ blue 136

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

Shades of Egyptian Blue #1A2F88

Tints of Egyptian Blue #1A2F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.49%

 BLUE value IS 136 (53.52% from 255) = 65.07%

R = 12.44%
G = 22.49%
B = 65.07%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1A2F88 (or 0x1A2F88) is known color: Egyptian Blue. HEX triplet: 1A, 2F and 88. RGB value is (26,47,136). Sum of RGB (Red+Green+Blue) = 26+47+136=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A2F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F88 is #E5D077. Grayscale: #323232. Windows color (decimal): -15061112 or 8924954. OLE color: 8924954.

HSL color Cylindrical-coordinate representation of color #1A2F88: hue angle of 228.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2F88 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 47 136 -
CMYK 0.81 0.65 0 0.47
HSL 228.55º 0.68% 0.32% -
HSV(B) 228.55º 0.81% 0.53% -
XYZ 5.89 4.03 23.76 -
YUV 50.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 26 47 136 0.81 0.65 0 0.47 228.55 0.68 0.32
Hex 1A 2F 88 51 41 0 2F E5 44 20
Octal 32 57 210 121 101 0 57 345 104 40
Binary 11010 101111 10001000 1010001 1000001 0 101111 11100101 1000100 100000

Color Harmonies of #1A2F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2F88

Black with #1A2F88

Text Example


Text Example

White with #1A2F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,47,136); }

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

background-color css

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

 a { background-color: rgb(26,47,136); }

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

border-color css

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

 span { border-color: rgb(26,47,136); }

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