Html Css Color HEX #1B2BAB Egyptian Blue

📋 copy color: '#1B2BAB'

red 27 ◦ green 43 ◦ blue 171

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

Shades of Egyptian Blue #1B2BAB

Tints of Egyptian Blue #1B2BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 11.2%
G = 17.84%
B = 70.95%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B2BAB (or 0x1B2BAB) is known color: Egyptian Blue. HEX triplet: 1B, 2B and AB. RGB value is (27,43,171). Sum of RGB (Red+Green+Blue) = 27+43+171=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B2BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2BAB is #E4D454. Grayscale: #343434. Windows color (decimal): -14996565 or 11217691. OLE color: 11217691.

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

Color convert

RGB 27 43 171 -
CMYK 0.84 0.75 0 0.33
HSL 233.33º 0.73% 0.39% -
HSV(B) 233.33º 0.84% 0.67% -
XYZ 8.67 4.9 39.02 -
YUV 52.81 194.7 109.59 -
System Red Green Blue C M Y K H S L
Decimal 27 43 171 0.84 0.75 0 0.33 233.33 0.73 0.39
Hex 1B 2B AB 54 4B 0 21 E9 49 27
Octal 33 53 253 124 113 0 41 351 111 47
Binary 11011 101011 10101011 1010100 1001011 0 100001 11101001 1001001 100111

Color Harmonies of #1B2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2BAB

Black with #1B2BAB

Text Example


Text Example

White with #1B2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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