Html Css Color HEX #26409C Egyptian Blue

📋 copy color: '#26409C'

red 38 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #26409C

Tints of Egyptian Blue #26409C

RGB

 RED value IS 38 (15.23% from 255) = 14.73%

 GREEN value IS 64 (25.39% from 255) = 24.81%

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 14.73%
G = 24.81%
B = 60.47%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26409C (or 0x26409C) is known color: Egyptian Blue. HEX triplet: 26, 40 and 9C. RGB value is (38,64,156). Sum of RGB (Red+Green+Blue) = 38+64+156=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #26409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26409C is #D9BF63. Grayscale: #424242. Windows color (decimal): -14270308 or 10240038. OLE color: 10240038.

HSL color Cylindrical-coordinate representation of color #26409C: hue angle of 226.78º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26409C is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 64 156 -
CMYK 0.76 0.59 0 0.39
HSL 226.78º 0.61% 0.38% -
HSV(B) 226.78º 0.76% 0.61% -
XYZ 8.63 6.48 32.25 -
YUV 66.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 38 64 156 0.76 0.59 0 0.39 226.78 0.61 0.38
Hex 26 40 9C 4C 3B 0 27 E3 3D 26
Octal 46 100 234 114 73 0 47 343 75 46
Binary 100110 1000000 10011100 1001100 111011 0 100111 11100011 111101 100110

Color Harmonies of #26409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26409C

Black with #26409C

Text Example


Text Example

White with #26409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26409C; }

 p { color: rgb(38,64,156); }

 H1.HeaderClassName
 {
   color: #26409C;
 }
 .AnyTagClassName
 {
   color: #26409C;
 }
</style>

background-color css

<style>
 a { background-color: #26409C; }

 a { background-color: rgb(38,64,156); }

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

border-color css

<style>
 span { border-color: #26409C; }

 span { border-color: rgb(38,64,156); }

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