Html Css Color HEX #1D269A Egyptian Blue

📋 copy color: '#1D269A'

red 29 ◦ green 38 ◦ blue 154

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

Shades of Egyptian Blue #1D269A

Tints of Egyptian Blue #1D269A

RGB

 RED value IS 29 (11.72% from 255) = 13.12%

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 154 (60.55% from 255) = 69.68%

R = 13.12%
G = 17.19%
B = 69.68%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D269A (or 0x1D269A) is known color: Egyptian Blue. HEX triplet: 1D, 26 and 9A. RGB value is (29,38,154). Sum of RGB (Red+Green+Blue) = 29+38+154=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D269A is #E2D965. Grayscale: #303030. Windows color (decimal): -14866790 or 10102301. OLE color: 10102301.

HSL color Cylindrical-coordinate representation of color #1D269A: hue angle of 235.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D269A is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 29 38 154 -
CMYK 0.81 0.75 0 0.40
HSL 235.68º 0.68% 0.36% -
HSV(B) 235.68º 0.81% 0.6% -
XYZ 7.03 3.98 30.97 -
YUV 48.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 29 38 154 0.81 0.75 0 0.40 235.68 0.68 0.36
Hex 1D 26 9A 51 4B 0 28 EC 44 24
Octal 35 46 232 121 113 0 50 354 104 44
Binary 11101 100110 10011010 1010001 1001011 0 101000 11101100 1000100 100100

Color Harmonies of #1D269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D269A

Black with #1D269A

Text Example


Text Example

White with #1D269A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,38,154); }

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

background-color css

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

 a { background-color: rgb(29,38,154); }

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

border-color css

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

 span { border-color: rgb(29,38,154); }

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