Html Css Color HEX #153ADE Persian Blue

📋 copy color: '#153ADE'

red 21 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #153ADE

Tints of Persian Blue #153ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 6.98%
G = 19.27%
B = 73.75%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#153ADE (or 0x153ADE) is known color: Persian Blue. HEX triplet: 15, 3A and DE. RGB value is (21,58,222). Sum of RGB (Red+Green+Blue) = 21+58+222=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #153ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ADE is #EAC521. Grayscale: #404040. Windows color (decimal): -15385890 or 14563861. OLE color: 14563861.

HSL color Cylindrical-coordinate representation of color #153ADE: hue angle of 228.96º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153ADE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 58 222 -
CMYK 0.91 0.74 0 0.13
HSL 228.96º 0.83% 0.48% -
HSV(B) 228.96º 0.91% 0.87% -
XYZ 15.01 8.46 69.95 -
YUV 65.63 216.24 96.16 -
System Red Green Blue C M Y K H S L
Decimal 21 58 222 0.91 0.74 0 0.13 228.96 0.83 0.48
Hex 15 3A DE 5B 4A 0 D E5 53 30
Octal 25 72 336 133 112 0 15 345 123 60
Binary 10101 111010 11011110 1011011 1001010 0 1101 11100101 1010011 110000

Color Harmonies of #153ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ADE

Black with #153ADE

Text Example


Text Example

White with #153ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,58,222); }

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

background-color css

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

 a { background-color: rgb(21,58,222); }

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

border-color css

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

 span { border-color: rgb(21,58,222); }

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