Html Css Color HEX #153FD5 Persian Blue

📋 copy color: '#153FD5'

red 21 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #153FD5

Tints of Persian Blue #153FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

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

R = 7.07%
G = 21.21%
B = 71.72%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#153FD5 (or 0x153FD5) is known color: Persian Blue. HEX triplet: 15, 3F and D5. RGB value is (21,63,213). Sum of RGB (Red+Green+Blue) = 21+63+213=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #153FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FD5 is #EAC02A. Grayscale: #424242. Windows color (decimal): -15384619 or 13975317. OLE color: 13975317.

HSL color Cylindrical-coordinate representation of color #153FD5: hue angle of 226.88º 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 #153FD5 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 63 213 -
CMYK 0.90 0.70 0 0.16
HSL 226.88º 0.82% 0.46% -
HSV(B) 226.88º 0.9% 0.84% -
XYZ 14.1 8.52 63.85 -
YUV 67.54 210.09 94.8 -
System Red Green Blue C M Y K H S L
Decimal 21 63 213 0.90 0.70 0 0.16 226.88 0.82 0.46
Hex 15 3F D5 5A 46 0 10 E3 52 2E
Octal 25 77 325 132 106 0 20 343 122 56
Binary 10101 111111 11010101 1011010 1000110 0 10000 11100011 1010010 101110

Color Harmonies of #153FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FD5

Black with #153FD5

Text Example


Text Example

White with #153FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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