Html Css Color HEX #154092 Egyptian Blue

📋 copy color: '#154092'

red 21 ◦ green 64 ◦ blue 146

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

Shades of Egyptian Blue #154092

Tints of Egyptian Blue #154092

RGB

 RED value IS 21 (8.59% from 255) = 9.09%

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 9.09%
G = 27.71%
B = 63.2%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#154092 (or 0x154092) is known color: Egyptian Blue. HEX triplet: 15, 40 and 92. RGB value is (21,64,146). Sum of RGB (Red+Green+Blue) = 21+64+146=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #154092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154092 is #EABF6D. Grayscale: #3C3C3C. Windows color (decimal): -15384430 or 9584661. OLE color: 9584661.

HSL color Cylindrical-coordinate representation of color #154092: hue angle of 219.36º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154092 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 64 146 -
CMYK 0.86 0.56 0 0.43
HSL 219.36º 0.75% 0.33% -
HSV(B) 219.36º 0.86% 0.57% -
XYZ 7.33 5.9 27.95 -
YUV 60.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 21 64 146 0.86 0.56 0 0.43 219.36 0.75 0.33
Hex 15 40 92 56 38 0 2B DB 4B 21
Octal 25 100 222 126 70 0 53 333 113 41
Binary 10101 1000000 10010010 1010110 111000 0 101011 11011011 1001011 100001

Color Harmonies of #154092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154092

Black with #154092

Text Example


Text Example

White with #154092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154092; }

 p { color: rgb(21,64,146); }

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

background-color css

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

 a { background-color: rgb(21,64,146); }

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

border-color css

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

 span { border-color: rgb(21,64,146); }

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