Html Css Color HEX #152B9A Egyptian Blue

📋 copy color: '#152B9A'

red 21 ◦ green 43 ◦ blue 154

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

Shades of Egyptian Blue #152B9A

Tints of Egyptian Blue #152B9A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

 BLUE value IS 154 (60.55% from 255) = 70.64%

R = 9.63%
G = 19.72%
B = 70.64%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#152B9A (or 0x152B9A) is known color: Egyptian Blue. HEX triplet: 15, 2B and 9A. RGB value is (21,43,154). Sum of RGB (Red+Green+Blue) = 21+43+154=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #152B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B9A is #EAD465. Grayscale: #303030. Windows color (decimal): -15389798 or 10103573. OLE color: 10103573.

HSL color Cylindrical-coordinate representation of color #152B9A: hue angle of 230.08º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152B9A is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 43 154 -
CMYK 0.86 0.72 0 0.40
HSL 230.08º 0.76% 0.34% -
HSV(B) 230.08º 0.86% 0.6% -
XYZ 7.01 4.22 31.02 -
YUV 49.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 21 43 154 0.86 0.72 0 0.40 230.08 0.76 0.34
Hex 15 2B 9A 56 48 0 28 E6 4C 22
Octal 25 53 232 126 110 0 50 346 114 42
Binary 10101 101011 10011010 1010110 1001000 0 101000 11100110 1001100 100010

Color Harmonies of #152B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B9A

Black with #152B9A

Text Example


Text Example

White with #152B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152B9A; }

 p { color: rgb(21,43,154); }

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

background-color css

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

 a { background-color: rgb(21,43,154); }

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

border-color css

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

 span { border-color: rgb(21,43,154); }

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