Html Css Color HEX #152DA6 Egyptian Blue

📋 copy color: '#152DA6'

red 21 ◦ green 45 ◦ blue 166

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

Shades of Egyptian Blue #152DA6

Tints of Egyptian Blue #152DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 166 (65.23% from 255) = 71.55%

R = 9.05%
G = 19.4%
B = 71.55%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#152DA6 (or 0x152DA6) is known color: Egyptian Blue. HEX triplet: 15, 2D and A6. RGB value is (21,45,166). Sum of RGB (Red+Green+Blue) = 21+45+166=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 166 (65.23% from 255 or 71.55% from 232); Max value from RGB is 166 - color contains mainly: blue. Hex color #152DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DA6 is #EAD259. Grayscale: #333333. Windows color (decimal): -15389274 or 10890517. OLE color: 10890517.

HSL color Cylindrical-coordinate representation of color #152DA6: hue angle of 230.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152DA6 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 21 45 166 -
CMYK 0.87 0.73 0 0.35
HSL 230.07º 0.78% 0.37% -
HSV(B) 230.07º 0.87% 0.65% -
XYZ 8.13 4.79 36.57 -
YUV 51.62 192.55 106.16 -
System Red Green Blue C M Y K H S L
Decimal 21 45 166 0.87 0.73 0 0.35 230.07 0.78 0.37
Hex 15 2D A6 57 49 0 23 E6 4E 25
Octal 25 55 246 127 111 0 43 346 116 45
Binary 10101 101101 10100110 1010111 1001001 0 100011 11100110 1001110 100101

Color Harmonies of #152DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DA6

Black with #152DA6

Text Example


Text Example

White with #152DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,45,166); }

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

background-color css

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

 a { background-color: rgb(21,45,166); }

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

border-color css

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

 span { border-color: rgb(21,45,166); }

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