Html Css Color HEX #153CD5 Persian Blue

📋 copy color: '#153CD5'

red 21 ◦ green 60 ◦ blue 213

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

Shades of Persian Blue #153CD5

Tints of Persian Blue #153CD5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 213 (83.59% from 255) = 72.45%

R = 7.14%
G = 20.41%
B = 72.45%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#153CD5 (or 0x153CD5) is known color: Persian Blue. HEX triplet: 15, 3C and D5. RGB value is (21,60,213). Sum of RGB (Red+Green+Blue) = 21+60+213=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #153CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CD5 is #EAC32A. Grayscale: #414141. Windows color (decimal): -15385387 or 13974549. OLE color: 13974549.

HSL color Cylindrical-coordinate representation of color #153CD5: hue angle of 227.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153CD5 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 60 213 -
CMYK 0.90 0.72 0 0.16
HSL 227.81º 0.82% 0.46% -
HSV(B) 227.81º 0.9% 0.84% -
XYZ 13.94 8.2 63.8 -
YUV 65.78 211.08 96.06 -
System Red Green Blue C M Y K H S L
Decimal 21 60 213 0.90 0.72 0 0.16 227.81 0.82 0.46
Hex 15 3C D5 5A 48 0 10 E4 52 2E
Octal 25 74 325 132 110 0 20 344 122 56
Binary 10101 111100 11010101 1011010 1001000 0 10000 11100100 1010010 101110

Color Harmonies of #153CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CD5

Black with #153CD5

Text Example


Text Example

White with #153CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,213); }

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

background-color css

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

 a { background-color: rgb(21,60,213); }

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

border-color css

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

 span { border-color: rgb(21,60,213); }

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