Html Css Color HEX #152A8C Egyptian Blue

📋 copy color: '#152A8C'

red 21 ◦ green 42 ◦ blue 140

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

Shades of Egyptian Blue #152A8C

Tints of Egyptian Blue #152A8C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.69%

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 10.34%
G = 20.69%
B = 68.97%

CMYK

 C value IS 0.85

 M value IS 0.7

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#152A8C (or 0x152A8C) is known color: Egyptian Blue. HEX triplet: 15, 2A and 8C. RGB value is (21,42,140). Sum of RGB (Red+Green+Blue) = 21+42+140=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #152A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152A8C is #EAD573. Grayscale: #2E2E2E. Windows color (decimal): -15390068 or 9185813. OLE color: 9185813.

HSL color Cylindrical-coordinate representation of color #152A8C: hue angle of 229.41º 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 #152A8C is Cyan = 0.85, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 42 140 -
CMYK 0.85 0.7 0 0.45
HSL 229.41º 0.74% 0.32% -
HSV(B) 229.41º 0.85% 0.55% -
XYZ 5.87 3.71 25.22 -
YUV 46.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 21 42 140 0.85 0.7 0 0.45 229.41 0.74 0.32
Hex 15 2A 8C 55 46 0 2D E5 4A 20
Octal 25 52 214 125 106 0 55 345 112 40
Binary 10101 101010 10001100 1010101 1000110 0 101101 11100101 1001010 100000

Color Harmonies of #152A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A8C

Black with #152A8C

Text Example


Text Example

White with #152A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,42,140); }

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

background-color css

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

 a { background-color: rgb(21,42,140); }

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

border-color css

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

 span { border-color: rgb(21,42,140); }

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