Html Css Color HEX #1B259E Egyptian Blue

📋 copy color: '#1B259E'

red 27 ◦ green 37 ◦ blue 158

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

Shades of Egyptian Blue #1B259E

Tints of Egyptian Blue #1B259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 158 (62.11% from 255) = 71.17%

R = 12.16%
G = 16.67%
B = 71.17%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B259E (or 0x1B259E) is known color: Egyptian Blue. HEX triplet: 1B, 25 and 9E. RGB value is (27,37,158). Sum of RGB (Red+Green+Blue) = 27+37+158=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B259E is #E4DA61. Grayscale: #2F2F2F. Windows color (decimal): -14998114 or 10364187. OLE color: 10364187.

HSL color Cylindrical-coordinate representation of color #1B259E: hue angle of 235.42º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B259E is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 37 158 -
CMYK 0.83 0.77 0 0.38
HSL 235.42º 0.71% 0.36% -
HSV(B) 235.42º 0.83% 0.62% -
XYZ 7.29 4.02 32.74 -
YUV 47.8 190.19 113.16 -
System Red Green Blue C M Y K H S L
Decimal 27 37 158 0.83 0.77 0 0.38 235.42 0.71 0.36
Hex 1B 25 9E 53 4D 0 26 EB 47 24
Octal 33 45 236 123 115 0 46 353 107 44
Binary 11011 100101 10011110 1010011 1001101 0 100110 11101011 1000111 100100

Color Harmonies of #1B259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B259E

Black with #1B259E

Text Example


Text Example

White with #1B259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,37,158); }

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

background-color css

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

 a { background-color: rgb(27,37,158); }

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

border-color css

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

 span { border-color: rgb(27,37,158); }

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