Html Css Color HEX #1F459F Egyptian Blue

📋 copy color: '#1F459F'

red 31 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #1F459F

Tints of Egyptian Blue #1F459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 11.97%
G = 26.64%
B = 61.39%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F459F (or 0x1F459F) is known color: Egyptian Blue. HEX triplet: 1F, 45 and 9F. RGB value is (31,69,159). Sum of RGB (Red+Green+Blue) = 31+69+159=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F459F is #E0BA60. Grayscale: #434343. Windows color (decimal): -14727777 or 10437919. OLE color: 10437919.

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

Color convert

RGB 31 69 159 -
CMYK 0.81 0.57 0 0.38
HSL 222.19º 0.67% 0.37% -
HSV(B) 222.19º 0.81% 0.62% -
XYZ 8.95 7.05 33.69 -
YUV 67.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 31 69 159 0.81 0.57 0 0.38 222.19 0.67 0.37
Hex 1F 45 9F 51 39 0 26 DE 43 25
Octal 37 105 237 121 71 0 46 336 103 45
Binary 11111 1000101 10011111 1010001 111001 0 100110 11011110 1000011 100101

Color Harmonies of #1F459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F459F

Black with #1F459F

Text Example


Text Example

White with #1F459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,69,159); }

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

background-color css

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

 a { background-color: rgb(31,69,159); }

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

border-color css

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

 span { border-color: rgb(31,69,159); }

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