Html Css Color HEX #153ACC Persian Blue

📋 copy color: '#153ACC'

red 21 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #153ACC

Tints of Persian Blue #153ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.08%

R = 7.42%
G = 20.49%
B = 72.08%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#153ACC (or 0x153ACC) is known color: Persian Blue. HEX triplet: 15, 3A and CC. RGB value is (21,58,204). Sum of RGB (Red+Green+Blue) = 21+58+204=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #153ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ACC is #EAC533. Grayscale: #3E3E3E. Windows color (decimal): -15385908 or 13384213. OLE color: 13384213.

HSL color Cylindrical-coordinate representation of color #153ACC: hue angle of 227.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ACC is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 58 204 -
CMYK 0.90 0.72 0 0.2
HSL 227.87º 0.81% 0.44% -
HSV(B) 227.87º 0.9% 0.8% -
XYZ 12.72 7.55 57.91 -
YUV 63.58 207.24 97.63 -
System Red Green Blue C M Y K H S L
Decimal 21 58 204 0.90 0.72 0 0.2 227.87 0.81 0.44
Hex 15 3A CC 5A 48 0 14 E4 51 2C
Octal 25 72 314 132 110 0 24 344 121 54
Binary 10101 111010 11001100 1011010 1001000 0 10100 11100100 1010001 101100

Color Harmonies of #153ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ACC

Black with #153ACC

Text Example


Text Example

White with #153ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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