Html Css Color HEX #263B95 Egyptian Blue

📋 copy color: '#263B95'

red 38 ◦ green 59 ◦ blue 149

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

Shades of Egyptian Blue #263B95

Tints of Egyptian Blue #263B95

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 15.45%
G = 23.98%
B = 60.57%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263B95 (or 0x263B95) is known color: Egyptian Blue. HEX triplet: 26, 3B and 95. RGB value is (38,59,149). Sum of RGB (Red+Green+Blue) = 38+59+149=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #263B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B95 is #D9C46A. Grayscale: #3E3E3E. Windows color (decimal): -14271595 or 9780006. OLE color: 9780006.

HSL color Cylindrical-coordinate representation of color #263B95: hue angle of 228.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263B95 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 59 149 -
CMYK 0.74 0.60 0 0.42
HSL 228.65º 0.59% 0.37% -
HSV(B) 228.65º 0.74% 0.58% -
XYZ 7.79 5.71 29.13 -
YUV 62.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 38 59 149 0.74 0.60 0 0.42 228.65 0.59 0.37
Hex 26 3B 95 4A 3C 0 2A E5 3B 25
Octal 46 73 225 112 74 0 52 345 73 45
Binary 100110 111011 10010101 1001010 111100 0 101010 11100101 111011 100101

Color Harmonies of #263B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B95

Black with #263B95

Text Example


Text Example

White with #263B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263B95; }

 p { color: rgb(38,59,149); }

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

background-color css

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

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

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

border-color css

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

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

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