Html Css Color HEX #263B9F Egyptian Blue

📋 copy color: '#263B9F'

red 38 ◦ green 59 ◦ blue 159

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

Shades of Egyptian Blue #263B9F

Tints of Egyptian Blue #263B9F

RGB

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

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

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

R = 14.84%
G = 23.05%
B = 62.11%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#263B9F (or 0x263B9F) is known color: Egyptian Blue. HEX triplet: 26, 3B and 9F. RGB value is (38,59,159). Sum of RGB (Red+Green+Blue) = 38+59+159=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #263B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B9F is #D9C460. Grayscale: #3F3F3F. Windows color (decimal): -14271585 or 10435366. OLE color: 10435366.

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

Color convert

RGB 38 59 159 -
CMYK 0.76 0.63 0 0.38
HSL 229.59º 0.61% 0.39% -
HSV(B) 229.59º 0.76% 0.62% -
XYZ 8.62 6.04 33.51 -
YUV 64.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 38 59 159 0.76 0.63 0 0.38 229.59 0.61 0.39
Hex 26 3B 9F 4C 3F 0 26 E6 3D 27
Octal 46 73 237 114 77 0 46 346 75 47
Binary 100110 111011 10011111 1001100 111111 0 100110 11100110 111101 100111

Color Harmonies of #263B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B9F

Black with #263B9F

Text Example


Text Example

White with #263B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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