Html Css Color HEX #153D98 Egyptian Blue

📋 copy color: '#153D98'

red 21 ◦ green 61 ◦ blue 152

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

Shades of Egyptian Blue #153D98

Tints of Egyptian Blue #153D98

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

 BLUE value IS 152 (59.77% from 255) = 64.96%

R = 8.97%
G = 26.07%
B = 64.96%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#153D98 (or 0x153D98) is known color: Egyptian Blue. HEX triplet: 15, 3D and 98. RGB value is (21,61,152). Sum of RGB (Red+Green+Blue) = 21+61+152=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #153D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D98 is #EAC267. Grayscale: #3B3B3B. Windows color (decimal): -15385192 or 9977109. OLE color: 9977109.

HSL color Cylindrical-coordinate representation of color #153D98: hue angle of 221.68º 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 #153D98 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 61 152 -
CMYK 0.86 0.60 0 0.40
HSL 221.68º 0.76% 0.34% -
HSV(B) 221.68º 0.86% 0.6% -
XYZ 7.65 5.76 30.42 -
YUV 59.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 21 61 152 0.86 0.60 0 0.40 221.68 0.76 0.34
Hex 15 3D 98 56 3C 0 28 DE 4C 22
Octal 25 75 230 126 74 0 50 336 114 42
Binary 10101 111101 10011000 1010110 111100 0 101000 11011110 1001100 100010

Color Harmonies of #153D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D98

Black with #153D98

Text Example


Text Example

White with #153D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153D98; }

 p { color: rgb(21,61,152); }

 H1.HeaderClassName
 {
   color: #153D98;
 }
 .AnyTagClassName
 {
   color: #153D98;
 }
</style>

background-color css

<style>
 a { background-color: #153D98; }

 a { background-color: rgb(21,61,152); }

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

border-color css

<style>
 span { border-color: #153D98; }

 span { border-color: rgb(21,61,152); }

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