Html Css Color HEX #26389F Egyptian Blue

📋 copy color: '#26389F'

red 38 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #26389F

Tints of Egyptian Blue #26389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 15.02%
G = 22.13%
B = 62.85%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26389F (or 0x26389F) is known color: Egyptian Blue. HEX triplet: 26, 38 and 9F. RGB value is (38,56,159). Sum of RGB (Red+Green+Blue) = 38+56+159=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #26389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26389F is #D9C760. Grayscale: #3D3D3D. Windows color (decimal): -14272353 or 10434598. OLE color: 10434598.

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

Color convert

RGB 38 56 159 -
CMYK 0.76 0.65 0 0.38
HSL 231.07º 0.61% 0.39% -
HSV(B) 231.07º 0.76% 0.62% -
XYZ 8.47 5.74 33.46 -
YUV 62.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 38 56 159 0.76 0.65 0 0.38 231.07 0.61 0.39
Hex 26 38 9F 4C 41 0 26 E7 3D 27
Octal 46 70 237 114 101 0 46 347 75 47
Binary 100110 111000 10011111 1001100 1000001 0 100110 11100111 111101 100111

Color Harmonies of #26389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26389F

Black with #26389F

Text Example


Text Example

White with #26389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26389F; }

 p { color: rgb(38,56,159); }

 H1.HeaderClassName
 {
   color: #26389F;
 }
 .AnyTagClassName
 {
   color: #26389F;
 }
</style>

background-color css

<style>
 a { background-color: #26389F; }

 a { background-color: rgb(38,56,159); }

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

border-color css

<style>
 span { border-color: #26389F; }

 span { border-color: rgb(38,56,159); }

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