Html Css Color HEX #1B2B9B Egyptian Blue

📋 copy color: '#1B2B9B'

red 27 ◦ green 43 ◦ blue 155

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

Shades of Egyptian Blue #1B2B9B

Tints of Egyptian Blue #1B2B9B

RGB

 RED value IS 27 (10.94% from 255) = 12%

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

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

R = 12%
G = 19.11%
B = 68.89%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B2B9B (or 0x1B2B9B) is known color: Egyptian Blue. HEX triplet: 1B, 2B and 9B. RGB value is (27,43,155). Sum of RGB (Red+Green+Blue) = 27+43+155=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B2B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2B9B is #E4D464. Grayscale: #323232. Windows color (decimal): -14996581 or 10169115. OLE color: 10169115.

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

Color convert

RGB 27 43 155 -
CMYK 0.83 0.72 0 0.39
HSL 232.5º 0.7% 0.36% -
HSV(B) 232.5º 0.83% 0.61% -
XYZ 7.23 4.33 31.46 -
YUV 50.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 27 43 155 0.83 0.72 0 0.39 232.5 0.7 0.36
Hex 1B 2B 9B 53 48 0 27 E8 46 24
Octal 33 53 233 123 110 0 47 350 106 44
Binary 11011 101011 10011011 1010011 1001000 0 100111 11101000 1000110 100100

Color Harmonies of #1B2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2B9B

Black with #1B2B9B

Text Example


Text Example

White with #1B2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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