Html Css Color HEX #1B2495 Egyptian Blue

📋 copy color: '#1B2495'

red 27 ◦ green 36 ◦ blue 149

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

Shades of Egyptian Blue #1B2495

Tints of Egyptian Blue #1B2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 12.74%
G = 16.98%
B = 70.28%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1B2495 (or 0x1B2495) is known color: Egyptian Blue. HEX triplet: 1B, 24 and 95. RGB value is (27,36,149). Sum of RGB (Red+Green+Blue) = 27+36+149=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2495 is #E4DB6A. Grayscale: #2D2D2D. Windows color (decimal): -14998379 or 9774107. OLE color: 9774107.

HSL color Cylindrical-coordinate representation of color #1B2495: hue angle of 235.57º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2495 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 27 36 149 -
CMYK 0.82 0.76 0 0.42
HSL 235.57º 0.69% 0.35% -
HSV(B) 235.57º 0.82% 0.58% -
XYZ 6.51 3.66 28.8 -
YUV 46.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 27 36 149 0.82 0.76 0 0.42 235.57 0.69 0.35
Hex 1B 24 95 52 4C 0 2A EC 45 23
Octal 33 44 225 122 114 0 52 354 105 43
Binary 11011 100100 10010101 1010010 1001100 0 101010 11101100 1000101 100011

Color Harmonies of #1B2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2495

Black with #1B2495

Text Example


Text Example

White with #1B2495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,36,149); }

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

background-color css

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

 a { background-color: rgb(27,36,149); }

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

border-color css

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

 span { border-color: rgb(27,36,149); }

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