Html Css Color HEX #1B2DAE Egyptian Blue

📋 copy color: '#1B2DAE'

red 27 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #1B2DAE

Tints of Egyptian Blue #1B2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 174 (68.36% from 255) = 70.73%

R = 10.98%
G = 18.29%
B = 70.73%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B2DAE (or 0x1B2DAE) is known color: Egyptian Blue. HEX triplet: 1B, 2D and AE. RGB value is (27,45,174). Sum of RGB (Red+Green+Blue) = 27+45+174=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B2DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2DAE is #E4D251. Grayscale: #353535. Windows color (decimal): -14996050 or 11414811. OLE color: 11414811.

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

Color convert

RGB 27 45 174 -
CMYK 0.84 0.74 0 0.32
HSL 232.65º 0.73% 0.39% -
HSV(B) 232.65º 0.84% 0.68% -
XYZ 9.03 5.17 40.57 -
YUV 54.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 27 45 174 0.84 0.74 0 0.32 232.65 0.73 0.39
Hex 1B 2D AE 54 4A 0 20 E9 49 27
Octal 33 55 256 124 112 0 40 351 111 47
Binary 11011 101101 10101110 1010100 1001010 0 100000 11101001 1001001 100111

Color Harmonies of #1B2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2DAE

Black with #1B2DAE

Text Example


Text Example

White with #1B2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,45,174); }

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

background-color css

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

 a { background-color: rgb(27,45,174); }

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

border-color css

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

 span { border-color: rgb(27,45,174); }

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