Html Css Color HEX #153FD6 Persian Blue

📋 copy color: '#153FD6'

red 21 ◦ green 63 ◦ blue 214

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

Shades of Persian Blue #153FD6

Tints of Persian Blue #153FD6

RGB

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

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

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

R = 7.05%
G = 21.14%
B = 71.81%

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

#153FD6 (or 0x153FD6) is known color: Persian Blue. HEX triplet: 15, 3F and D6. RGB value is (21,63,214). Sum of RGB (Red+Green+Blue) = 21+63+214=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 214 (83.98% from 255 or 71.81% from 298); Max value from RGB is 214 - color contains mainly: blue. Hex color #153FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FD6 is #EAC029. Grayscale: #434343. Windows color (decimal): -15384618 or 14040853. OLE color: 14040853.

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

Color convert

RGB 21 63 214 -
CMYK 0.90 0.71 0 0.16
HSL 226.94º 0.82% 0.46% -
HSV(B) 226.94º 0.9% 0.84% -
XYZ 14.22 8.57 64.52 -
YUV 67.66 210.59 94.72 -
System Red Green Blue C M Y K H S L
Decimal 21 63 214 0.90 0.71 0 0.16 226.94 0.82 0.46
Hex 15 3F D6 5A 47 0 10 E3 52 2E
Octal 25 77 326 132 107 0 20 343 122 56
Binary 10101 111111 11010110 1011010 1000111 0 10000 11100011 1010010 101110

Color Harmonies of #153FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FD6

Black with #153FD6

Text Example


Text Example

White with #153FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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