Html Css Color HEX #153ED6 Persian Blue

📋 copy color: '#153ED6'

red 21 ◦ green 62 ◦ blue 214

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

Shades of Persian Blue #153ED6

Tints of Persian Blue #153ED6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 214 (83.98% from 255) = 72.05%

R = 7.07%
G = 20.88%
B = 72.05%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#153ED6 (or 0x153ED6) is known color: Persian Blue. HEX triplet: 15, 3E and D6. RGB value is (21,62,214). Sum of RGB (Red+Green+Blue) = 21+62+214=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 214 (83.98% from 255 or 72.05% from 297); Max value from RGB is 214 - color contains mainly: blue. Hex color #153ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ED6 is #EAC129. Grayscale: #424242. Windows color (decimal): -15384874 or 14040597. OLE color: 14040597.

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

Color convert

RGB 21 62 214 -
CMYK 0.90 0.71 0 0.16
HSL 227.25º 0.82% 0.46% -
HSV(B) 227.25º 0.9% 0.84% -
XYZ 14.17 8.46 64.5 -
YUV 67.07 210.92 95.14 -
System Red Green Blue C M Y K H S L
Decimal 21 62 214 0.90 0.71 0 0.16 227.25 0.82 0.46
Hex 15 3E D6 5A 47 0 10 E3 52 2E
Octal 25 76 326 132 107 0 20 343 122 56
Binary 10101 111110 11010110 1011010 1000111 0 10000 11100011 1010010 101110

Color Harmonies of #153ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ED6

Black with #153ED6

Text Example


Text Example

White with #153ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,62,214); }

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

background-color css

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

 a { background-color: rgb(21,62,214); }

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

border-color css

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

 span { border-color: rgb(21,62,214); }

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