Html Css Color HEX #263F99 Egyptian Blue

📋 copy color: '#263F99'

red 38 ◦ green 63 ◦ blue 153

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

Shades of Egyptian Blue #263F99

Tints of Egyptian Blue #263F99

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

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

R = 14.96%
G = 24.8%
B = 60.24%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#263F99 (or 0x263F99) is known color: Egyptian Blue. HEX triplet: 26, 3F and 99. RGB value is (38,63,153). Sum of RGB (Red+Green+Blue) = 38+63+153=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #263F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F99 is #D9C066. Grayscale: #414141. Windows color (decimal): -14270567 or 10043174. OLE color: 10043174.

HSL color Cylindrical-coordinate representation of color #263F99: hue angle of 226.96º 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 #263F99 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 63 153 -
CMYK 0.75 0.59 0 0.4
HSL 226.96º 0.6% 0.37% -
HSV(B) 226.96º 0.75% 0.6% -
XYZ 8.33 6.27 30.91 -
YUV 65.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 38 63 153 0.75 0.59 0 0.4 226.96 0.6 0.37
Hex 26 3F 99 4B 3B 0 28 E3 3C 25
Octal 46 77 231 113 73 0 50 343 74 45
Binary 100110 111111 10011001 1001011 111011 0 101000 11100011 111100 100101

Color Harmonies of #263F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F99

Black with #263F99

Text Example


Text Example

White with #263F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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