Html Css Color HEX #1B34AB Egyptian Blue

📋 copy color: '#1B34AB'

red 27 ◦ green 52 ◦ blue 171

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

Shades of Egyptian Blue #1B34AB

Tints of Egyptian Blue #1B34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

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

R = 10.8%
G = 20.8%
B = 68.4%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B34AB (or 0x1B34AB) is known color: Egyptian Blue. HEX triplet: 1B, 34 and AB. RGB value is (27,52,171). Sum of RGB (Red+Green+Blue) = 27+52+171=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B34AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B34AB is #E4CB54. Grayscale: #393939. Windows color (decimal): -14994261 or 11219995. OLE color: 11219995.

HSL color Cylindrical-coordinate representation of color #1B34AB: hue angle of 229.58º 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 #1B34AB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 52 171 -
CMYK 0.84 0.70 0 0.33
HSL 229.58º 0.73% 0.39% -
HSV(B) 229.58º 0.84% 0.67% -
XYZ 9.03 5.63 39.14 -
YUV 58.09 191.72 105.82 -
System Red Green Blue C M Y K H S L
Decimal 27 52 171 0.84 0.70 0 0.33 229.58 0.73 0.39
Hex 1B 34 AB 54 46 0 21 E6 49 27
Octal 33 64 253 124 106 0 41 346 111 47
Binary 11011 110100 10101011 1010100 1000110 0 100001 11100110 1001001 100111

Color Harmonies of #1B34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B34AB

Black with #1B34AB

Text Example


Text Example

White with #1B34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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