Html Css Color HEX #1F289D Egyptian Blue

📋 copy color: '#1F289D'

red 31 ◦ green 40 ◦ blue 157

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

Shades of Egyptian Blue #1F289D

Tints of Egyptian Blue #1F289D

RGB

 RED value IS 31 (12.5% from 255) = 13.6%

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 13.6%
G = 17.54%
B = 68.86%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F289D (or 0x1F289D) is known color: Egyptian Blue. HEX triplet: 1F, 28 and 9D. RGB value is (31,40,157). Sum of RGB (Red+Green+Blue) = 31+40+157=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F289D is #E0D762. Grayscale: #323232. Windows color (decimal): -14735203 or 10299423. OLE color: 10299423.

HSL color Cylindrical-coordinate representation of color #1F289D: hue angle of 235.71º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F289D is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 40 157 -
CMYK 0.80 0.75 0 0.38
HSL 235.71º 0.67% 0.37% -
HSV(B) 235.71º 0.8% 0.62% -
XYZ 7.41 4.24 32.33 -
YUV 50.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 31 40 157 0.80 0.75 0 0.38 235.71 0.67 0.37
Hex 1F 28 9D 50 4B 0 26 EC 43 25
Octal 37 50 235 120 113 0 46 354 103 45
Binary 11111 101000 10011101 1010000 1001011 0 100110 11101100 1000011 100101

Color Harmonies of #1F289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F289D

Black with #1F289D

Text Example


Text Example

White with #1F289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F289D; }

 p { color: rgb(31,40,157); }

 H1.HeaderClassName
 {
   color: #1F289D;
 }
 .AnyTagClassName
 {
   color: #1F289D;
 }
</style>

background-color css

<style>
 a { background-color: #1F289D; }

 a { background-color: rgb(31,40,157); }

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

border-color css

<style>
 span { border-color: #1F289D; }

 span { border-color: rgb(31,40,157); }

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