Html Css Color HEX #152F9F Egyptian Blue

📋 copy color: '#152F9F'

red 21 ◦ green 47 ◦ blue 159

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

Shades of Egyptian Blue #152F9F

Tints of Egyptian Blue #152F9F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 9.25%
G = 20.7%
B = 70.04%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#152F9F (or 0x152F9F) is known color: Egyptian Blue. HEX triplet: 15, 2F and 9F. RGB value is (21,47,159). Sum of RGB (Red+Green+Blue) = 21+47+159=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #152F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F9F is #EAD060. Grayscale: #333333. Windows color (decimal): -15388769 or 10432277. OLE color: 10432277.

HSL color Cylindrical-coordinate representation of color #152F9F: hue angle of 228.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152F9F is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 47 159 -
CMYK 0.87 0.70 0 0.38
HSL 228.7º 0.77% 0.35% -
HSV(B) 228.7º 0.87% 0.62% -
XYZ 7.58 4.7 33.31 -
YUV 51.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 21 47 159 0.87 0.70 0 0.38 228.7 0.77 0.35
Hex 15 2F 9F 57 46 0 26 E5 4D 23
Octal 25 57 237 127 106 0 46 345 115 43
Binary 10101 101111 10011111 1010111 1000110 0 100110 11100101 1001101 100011

Color Harmonies of #152F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F9F

Black with #152F9F

Text Example


Text Example

White with #152F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,47,159); }

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

background-color css

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

 a { background-color: rgb(21,47,159); }

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

border-color css

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

 span { border-color: rgb(21,47,159); }

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