Html Css Color HEX #1B2F99 Egyptian Blue

📋 copy color: '#1B2F99'

red 27 ◦ green 47 ◦ blue 153

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

Shades of Egyptian Blue #1B2F99

Tints of Egyptian Blue #1B2F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 153 (60.16% from 255) = 67.4%

R = 11.89%
G = 20.7%
B = 67.4%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B2F99 (or 0x1B2F99) is known color: Egyptian Blue. HEX triplet: 1B, 2F and 99. RGB value is (27,47,153). Sum of RGB (Red+Green+Blue) = 27+47+153=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2F99 is #E4D066. Grayscale: #343434. Windows color (decimal): -14995559 or 10039067. OLE color: 10039067.

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

Color convert

RGB 27 47 153 -
CMYK 0.82 0.69 0 0.4
HSL 230.48º 0.7% 0.35% -
HSV(B) 230.48º 0.82% 0.6% -
XYZ 7.22 4.57 30.64 -
YUV 53.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 27 47 153 0.82 0.69 0 0.4 230.48 0.7 0.35
Hex 1B 2F 99 52 45 0 28 E6 46 23
Octal 33 57 231 122 105 0 50 346 106 43
Binary 11011 101111 10011001 1010010 1000101 0 101000 11100110 1000110 100011

Color Harmonies of #1B2F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2F99

Black with #1B2F99

Text Example


Text Example

White with #1B2F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,47,153); }

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

background-color css

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

 a { background-color: rgb(27,47,153); }

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

border-color css

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

 span { border-color: rgb(27,47,153); }

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