Html Css Color HEX #26289B Egyptian Blue

📋 copy color: '#26289B'

red 38 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #26289B

Tints of Egyptian Blue #26289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 16.31%
G = 17.17%
B = 66.52%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26289B (or 0x26289B) is known color: Egyptian Blue. HEX triplet: 26, 28 and 9B. RGB value is (38,40,155). Sum of RGB (Red+Green+Blue) = 38+40+155=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #26289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26289B is #D9D764. Grayscale: #343434. Windows color (decimal): -14276453 or 10168358. OLE color: 10168358.

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

Color convert

RGB 38 40 155 -
CMYK 0.75 0.74 0 0.39
HSL 238.97º 0.61% 0.38% -
HSV(B) 238.97º 0.75% 0.61% -
XYZ 7.47 4.3 31.45 -
YUV 52.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 38 40 155 0.75 0.74 0 0.39 238.97 0.61 0.38
Hex 26 28 9B 4B 4A 0 27 EF 3D 26
Octal 46 50 233 113 112 0 47 357 75 46
Binary 100110 101000 10011011 1001011 1001010 0 100111 11101111 111101 100110

Color Harmonies of #26289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26289B

Black with #26289B

Text Example


Text Example

White with #26289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26289B; }

 p { color: rgb(38,40,155); }

 H1.HeaderClassName
 {
   color: #26289B;
 }
 .AnyTagClassName
 {
   color: #26289B;
 }
</style>

background-color css

<style>
 a { background-color: #26289B; }

 a { background-color: rgb(38,40,155); }

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

border-color css

<style>
 span { border-color: #26289B; }

 span { border-color: rgb(38,40,155); }

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