Html Css Color HEX #26419F Egyptian Blue

📋 copy color: '#26419F'

red 38 ◦ green 65 ◦ blue 159

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

Shades of Egyptian Blue #26419F

Tints of Egyptian Blue #26419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 14.5%
G = 24.81%
B = 60.69%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26419F (or 0x26419F) is known color: Egyptian Blue. HEX triplet: 26, 41 and 9F. RGB value is (38,65,159). Sum of RGB (Red+Green+Blue) = 38+65+159=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #26419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26419F is #D9BE60. Grayscale: #434343. Windows color (decimal): -14270049 or 10436902. OLE color: 10436902.

HSL color Cylindrical-coordinate representation of color #26419F: hue angle of 226.61º 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 #26419F is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 65 159 -
CMYK 0.76 0.59 0 0.38
HSL 226.61º 0.61% 0.39% -
HSV(B) 226.61º 0.76% 0.62% -
XYZ 8.95 6.7 33.62 -
YUV 67.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 38 65 159 0.76 0.59 0 0.38 226.61 0.61 0.39
Hex 26 41 9F 4C 3B 0 26 E3 3D 27
Octal 46 101 237 114 73 0 46 343 75 47
Binary 100110 1000001 10011111 1001100 111011 0 100110 11100011 111101 100111

Color Harmonies of #26419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26419F

Black with #26419F

Text Example


Text Example

White with #26419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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