Html Css Color HEX #153AC8 Persian Blue

📋 copy color: '#153AC8'

red 21 ◦ green 58 ◦ blue 200

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

Shades of Persian Blue #153AC8

Tints of Persian Blue #153AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 71.68%

R = 7.53%
G = 20.79%
B = 71.68%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#153AC8 (or 0x153AC8) is known color: Persian Blue. HEX triplet: 15, 3A and C8. RGB value is (21,58,200). Sum of RGB (Red+Green+Blue) = 21+58+200=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #153AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153AC8 is #EAC537. Grayscale: #3E3E3E. Windows color (decimal): -15385912 or 13122069. OLE color: 13122069.

HSL color Cylindrical-coordinate representation of color #153AC8: hue angle of 227.6º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153AC8 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 58 200 -
CMYK 0.90 0.71 0 0.22
HSL 227.6º 0.81% 0.43% -
HSV(B) 227.6º 0.9% 0.78% -
XYZ 12.25 7.36 55.42 -
YUV 63.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 21 58 200 0.90 0.71 0 0.22 227.6 0.81 0.43
Hex 15 3A C8 5A 47 0 16 E4 51 2B
Octal 25 72 310 132 107 0 26 344 121 53
Binary 10101 111010 11001000 1011010 1000111 0 10110 11100100 1010001 101011

Color Harmonies of #153AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AC8

Black with #153AC8

Text Example


Text Example

White with #153AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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