Html Css Color HEX #242B9F Egyptian Blue

📋 copy color: '#242B9F'

red 36 ◦ green 43 ◦ blue 159

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

Shades of Egyptian Blue #242B9F

Tints of Egyptian Blue #242B9F

RGB

 RED value IS 36 (14.45% from 255) = 15.13%

 GREEN value IS 43 (17.19% from 255) = 18.07%

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

R = 15.13%
G = 18.07%
B = 66.81%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#242B9F (or 0x242B9F) is known color: Egyptian Blue. HEX triplet: 24, 2B and 9F. RGB value is (36,43,159). Sum of RGB (Red+Green+Blue) = 36+43+159=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #242B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B9F is #DBD460. Grayscale: #353535. Windows color (decimal): -14406753 or 10431268. OLE color: 10431268.

HSL color Cylindrical-coordinate representation of color #242B9F: hue angle of 236.59º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242B9F is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 43 159 -
CMYK 0.77 0.73 0 0.38
HSL 236.59º 0.63% 0.38% -
HSV(B) 236.59º 0.77% 0.62% -
XYZ 7.85 4.61 33.28 -
YUV 54.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 36 43 159 0.77 0.73 0 0.38 236.59 0.63 0.38
Hex 24 2B 9F 4D 49 0 26 ED 3F 26
Octal 44 53 237 115 111 0 46 355 77 46
Binary 100100 101011 10011111 1001101 1001001 0 100110 11101101 111111 100110

Color Harmonies of #242B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B9F

Black with #242B9F

Text Example


Text Example

White with #242B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,43,159); }

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

background-color css

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

 a { background-color: rgb(36,43,159); }

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

border-color css

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

 span { border-color: rgb(36,43,159); }

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