Html Css Color HEX #1B469B Egyptian Blue

📋 copy color: '#1B469B'

red 27 ◦ green 70 ◦ blue 155

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

Shades of Egyptian Blue #1B469B

Tints of Egyptian Blue #1B469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 10.71%
G = 27.78%
B = 61.51%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B469B (or 0x1B469B) is known color: Egyptian Blue. HEX triplet: 1B, 46 and 9B. RGB value is (27,70,155). Sum of RGB (Red+Green+Blue) = 27+70+155=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B469B is #E4B964. Grayscale: #424242. Windows color (decimal): -14989669 or 10176027. OLE color: 10176027.

HSL color Cylindrical-coordinate representation of color #1B469B: hue angle of 219.84º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B469B is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 27 70 155 -
CMYK 0.83 0.55 0 0.39
HSL 219.84º 0.7% 0.36% -
HSV(B) 219.84º 0.83% 0.61% -
XYZ 8.56 6.98 31.91 -
YUV 66.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 27 70 155 0.83 0.55 0 0.39 219.84 0.7 0.36
Hex 1B 46 9B 53 37 0 27 DC 46 24
Octal 33 106 233 123 67 0 47 334 106 44
Binary 11011 1000110 10011011 1010011 110111 0 100111 11011100 1000110 100100

Color Harmonies of #1B469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B469B

Black with #1B469B

Text Example


Text Example

White with #1B469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,70,155); }

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

background-color css

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

 a { background-color: rgb(27,70,155); }

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

border-color css

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

 span { border-color: rgb(27,70,155); }

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