Html Css Color HEX #1F269B Egyptian Blue

📋 copy color: '#1F269B'

red 31 ◦ green 38 ◦ blue 155

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

Shades of Egyptian Blue #1F269B

Tints of Egyptian Blue #1F269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 155 (60.94% from 255) = 69.2%

R = 13.84%
G = 16.96%
B = 69.2%

CMYK

 C value IS 0.8

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F269B (or 0x1F269B) is known color: Egyptian Blue. HEX triplet: 1F, 26 and 9B. RGB value is (31,38,155). Sum of RGB (Red+Green+Blue) = 31+38+155=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F269B is #E0D964. Grayscale: #303030. Windows color (decimal): -14735717 or 10167839. OLE color: 10167839.

HSL color Cylindrical-coordinate representation of color #1F269B: hue angle of 236.61º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F269B is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 38 155 -
CMYK 0.8 0.75 0 0.39
HSL 236.61º 0.67% 0.36% -
HSV(B) 236.61º 0.8% 0.61% -
XYZ 7.17 4.04 31.41 -
YUV 49.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 31 38 155 0.8 0.75 0 0.39 236.61 0.67 0.36
Hex 1F 26 9B 50 4B 0 27 ED 43 24
Octal 37 46 233 120 113 0 47 355 103 44
Binary 11111 100110 10011011 1010000 1001011 0 100111 11101101 1000011 100100

Color Harmonies of #1F269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F269B

Black with #1F269B

Text Example


Text Example

White with #1F269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,38,155); }

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

background-color css

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

 a { background-color: rgb(31,38,155); }

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

border-color css

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

 span { border-color: rgb(31,38,155); }

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