Html Css Color HEX #262699 Egyptian Blue

📋 copy color: '#262699'

red 38 ◦ green 38 ◦ blue 153

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

Shades of Egyptian Blue #262699

Tints of Egyptian Blue #262699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.59%

 BLUE value IS 153 (60.16% from 255) = 66.81%

R = 16.59%
G = 16.59%
B = 66.81%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#262699 (or 0x262699) is known color: Egyptian Blue. HEX triplet: 26, 26 and 99. RGB value is (38,38,153). Sum of RGB (Red+Green+Blue) = 38+38+153=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #262699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262699 is #D9D966. Grayscale: #323232. Windows color (decimal): -14276967 or 10036774. OLE color: 10036774.

HSL color Cylindrical-coordinate representation of color #262699: hue angle of 240º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #262699 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 38 153 -
CMYK 0.75 0.75 0 0.4
HSL 240º 0.6% 0.37% -
HSV(B) 240º 0.75% 0.6% -
XYZ 7.24 4.1 30.55 -
YUV 51.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 38 38 153 0.75 0.75 0 0.4 240 0.6 0.37
Hex 26 26 99 4B 4B 0 28 F0 3C 25
Octal 46 46 231 113 113 0 50 360 74 45
Binary 100110 100110 10011001 1001011 1001011 0 101000 11110000 111100 100101

Color Harmonies of #262699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262699

Black with #262699

Text Example


Text Example

White with #262699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262699; }

 p { color: rgb(38,38,153); }

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

background-color css

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

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

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

border-color css

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

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

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