Html Css Color HEX #26419B Egyptian Blue

📋 copy color: '#26419B'

red 38 ◦ green 65 ◦ blue 155

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

Shades of Egyptian Blue #26419B

Tints of Egyptian Blue #26419B

RGB

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

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

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

R = 14.73%
G = 25.19%
B = 60.08%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26419B (or 0x26419B) is known color: Egyptian Blue. HEX triplet: 26, 41 and 9B. RGB value is (38,65,155). Sum of RGB (Red+Green+Blue) = 38+65+155=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #26419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26419B is #D9BE64. Grayscale: #424242. Windows color (decimal): -14270053 or 10174758. OLE color: 10174758.

HSL color Cylindrical-coordinate representation of color #26419B: hue angle of 226.15º 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 #26419B is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 65 155 -
CMYK 0.75 0.58 0 0.39
HSL 226.15º 0.61% 0.38% -
HSV(B) 226.15º 0.75% 0.61% -
XYZ 8.61 6.56 31.82 -
YUV 67.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 38 65 155 0.75 0.58 0 0.39 226.15 0.61 0.38
Hex 26 41 9B 4B 3A 0 27 E2 3D 26
Octal 46 101 233 113 72 0 47 342 75 46
Binary 100110 1000001 10011011 1001011 111010 0 100111 11100010 111101 100110

Color Harmonies of #26419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26419B

Black with #26419B

Text Example


Text Example

White with #26419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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