Html Css Color HEX #1B3997 Egyptian Blue

📋 copy color: '#1B3997'

red 27 ◦ green 57 ◦ blue 151

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

Shades of Egyptian Blue #1B3997

Tints of Egyptian Blue #1B3997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 151 (59.38% from 255) = 64.26%

R = 11.49%
G = 24.26%
B = 64.26%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B3997 (or 0x1B3997) is known color: Egyptian Blue. HEX triplet: 1B, 39 and 97. RGB value is (27,57,151). Sum of RGB (Red+Green+Blue) = 27+57+151=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B3997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3997 is #E4C668. Grayscale: #3A3A3A. Windows color (decimal): -14993001 or 9910555. OLE color: 9910555.

HSL color Cylindrical-coordinate representation of color #1B3997: hue angle of 225.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B3997 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 57 151 -
CMYK 0.82 0.62 0 0.41
HSL 225.48º 0.7% 0.35% -
HSV(B) 225.48º 0.82% 0.59% -
XYZ 7.5 5.39 29.92 -
YUV 58.75 180.06 105.36 -
System Red Green Blue C M Y K H S L
Decimal 27 57 151 0.82 0.62 0 0.41 225.48 0.7 0.35
Hex 1B 39 97 52 3E 0 29 E1 46 23
Octal 33 71 227 122 76 0 51 341 106 43
Binary 11011 111001 10010111 1010010 111110 0 101001 11100001 1000110 100011

Color Harmonies of #1B3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3997

Black with #1B3997

Text Example


Text Example

White with #1B3997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,57,151); }

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

background-color css

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

 a { background-color: rgb(27,57,151); }

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

border-color css

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

 span { border-color: rgb(27,57,151); }

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