Html Css Color HEX #153ADD Persian Blue

📋 copy color: '#153ADD'

red 21 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #153ADD

Tints of Persian Blue #153ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.67%

R = 7%
G = 19.33%
B = 73.67%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#153ADD (or 0x153ADD) is known color: Persian Blue. HEX triplet: 15, 3A and DD. RGB value is (21,58,221). Sum of RGB (Red+Green+Blue) = 21+58+221=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #153ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ADD is #EAC522. Grayscale: #404040. Windows color (decimal): -15385891 or 14498325. OLE color: 14498325.

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

Color convert

RGB 21 58 221 -
CMYK 0.90 0.74 0 0.13
HSL 228.9º 0.83% 0.47% -
HSV(B) 228.9º 0.9% 0.87% -
XYZ 14.87 8.41 69.25 -
YUV 65.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 21 58 221 0.90 0.74 0 0.13 228.9 0.83 0.47
Hex 15 3A DD 5A 4A 0 D E5 53 2F
Octal 25 72 335 132 112 0 15 345 123 57
Binary 10101 111010 11011101 1011010 1001010 0 1101 11100101 1010011 101111

Color Harmonies of #153ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ADD

Black with #153ADD

Text Example


Text Example

White with #153ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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