Html Css Color HEX #1F2B9B Egyptian Blue

📋 copy color: '#1F2B9B'

red 31 ◦ green 43 ◦ blue 155

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

Shades of Egyptian Blue #1F2B9B

Tints of Egyptian Blue #1F2B9B

RGB

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

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

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

R = 13.54%
G = 18.78%
B = 67.69%

CMYK

 C value IS 0.8

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F2B9B (or 0x1F2B9B) is known color: Egyptian Blue. HEX triplet: 1F, 2B and 9B. RGB value is (31,43,155). Sum of RGB (Red+Green+Blue) = 31+43+155=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F2B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2B9B is #E0D464. Grayscale: #333333. Windows color (decimal): -14734437 or 10169119. OLE color: 10169119.

HSL color Cylindrical-coordinate representation of color #1F2B9B: hue angle of 234.19º 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 #1F2B9B is Cyan = 0.8, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 43 155 -
CMYK 0.8 0.72 0 0.39
HSL 234.19º 0.67% 0.36% -
HSV(B) 234.19º 0.8% 0.61% -
XYZ 7.35 4.39 31.47 -
YUV 52.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 31 43 155 0.8 0.72 0 0.39 234.19 0.67 0.36
Hex 1F 2B 9B 50 48 0 27 EA 43 24
Octal 37 53 233 120 110 0 47 352 103 44
Binary 11111 101011 10011011 1010000 1001000 0 100111 11101010 1000011 100100

Color Harmonies of #1F2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2B9B

Black with #1F2B9B

Text Example


Text Example

White with #1F2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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