Html Css Color HEX #152B8D Egyptian Blue

📋 copy color: '#152B8D'

red 21 ◦ green 43 ◦ blue 141

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

Shades of Egyptian Blue #152B8D

Tints of Egyptian Blue #152B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 10.24%
G = 20.98%
B = 68.78%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#152B8D (or 0x152B8D) is known color: Egyptian Blue. HEX triplet: 15, 2B and 8D. RGB value is (21,43,141). Sum of RGB (Red+Green+Blue) = 21+43+141=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #152B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B8D is #EAD472. Grayscale: #2F2F2F. Windows color (decimal): -15389811 or 9251605. OLE color: 9251605.

HSL color Cylindrical-coordinate representation of color #152B8D: hue angle of 229º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152B8D is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 43 141 -
CMYK 0.85 0.70 0 0.45
HSL 229º 0.74% 0.32% -
HSV(B) 229º 0.85% 0.55% -
XYZ 5.98 3.81 25.62 -
YUV 47.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 21 43 141 0.85 0.70 0 0.45 229 0.74 0.32
Hex 15 2B 8D 55 46 0 2D E5 4A 20
Octal 25 53 215 125 106 0 55 345 112 40
Binary 10101 101011 10001101 1010101 1000110 0 101101 11100101 1001010 100000

Color Harmonies of #152B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B8D

Black with #152B8D

Text Example


Text Example

White with #152B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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