Html Css Color HEX #263F9D Egyptian Blue

📋 copy color: '#263F9D'

red 38 ◦ green 63 ◦ blue 157

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

Shades of Egyptian Blue #263F9D

Tints of Egyptian Blue #263F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 14.73%
G = 24.42%
B = 60.85%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#263F9D (or 0x263F9D) is known color: Egyptian Blue. HEX triplet: 26, 3F and 9D. RGB value is (38,63,157). Sum of RGB (Red+Green+Blue) = 38+63+157=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #263F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F9D is #D9C062. Grayscale: #414141. Windows color (decimal): -14270563 or 10305318. OLE color: 10305318.

HSL color Cylindrical-coordinate representation of color #263F9D: hue angle of 227.39º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #263F9D is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 63 157 -
CMYK 0.76 0.60 0 0.38
HSL 227.4º 0.61% 0.38% -
HSV(B) 227.4º 0.76% 0.62% -
XYZ 8.66 6.4 32.68 -
YUV 66.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 38 63 157 0.76 0.60 0 0.38 227.4 0.61 0.38
Hex 26 3F 9D 4C 3C 0 26 E3 3D 26
Octal 46 77 235 114 74 0 46 343 75 46
Binary 100110 111111 10011101 1001100 111100 0 100110 11100011 111101 100110

Color Harmonies of #263F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F9D

Black with #263F9D

Text Example


Text Example

White with #263F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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