Html Css Color HEX #253FA5 Egyptian Blue

📋 copy color: '#253FA5'

red 37 ◦ green 63 ◦ blue 165

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

Shades of Egyptian Blue #253FA5

Tints of Egyptian Blue #253FA5

RGB

 RED value IS 37 (14.84% from 255) = 13.96%

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

 BLUE value IS 165 (64.84% from 255) = 62.26%

R = 13.96%
G = 23.77%
B = 62.26%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#253FA5 (or 0x253FA5) is known color: Egyptian Blue. HEX triplet: 25, 3F and A5. RGB value is (37,63,165). Sum of RGB (Red+Green+Blue) = 37+63+165=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #253FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FA5 is #DAC05A. Grayscale: #424242. Windows color (decimal): -14336091 or 10829605. OLE color: 10829605.

HSL color Cylindrical-coordinate representation of color #253FA5: hue angle of 227.81º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253FA5 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 63 165 -
CMYK 0.78 0.62 0 0.35
HSL 227.81º 0.63% 0.4% -
HSV(B) 227.81º 0.78% 0.65% -
XYZ 9.33 6.66 36.39 -
YUV 66.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 37 63 165 0.78 0.62 0 0.35 227.81 0.63 0.4
Hex 25 3F A5 4E 3E 0 23 E4 3F 28
Octal 45 77 245 116 76 0 43 344 77 50
Binary 100101 111111 10100101 1001110 111110 0 100011 11100100 111111 101000

Color Harmonies of #253FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FA5

Black with #253FA5

Text Example


Text Example

White with #253FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253FA5; }

 p { color: rgb(37,63,165); }

 H1.HeaderClassName
 {
   color: #253FA5;
 }
 .AnyTagClassName
 {
   color: #253FA5;
 }
</style>

background-color css

<style>
 a { background-color: #253FA5; }

 a { background-color: rgb(37,63,165); }

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

border-color css

<style>
 span { border-color: #253FA5; }

 span { border-color: rgb(37,63,165); }

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