Html Css Color HEX #153ABC Persian Blue

📋 copy color: '#153ABC'

red 21 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #153ABC

Tints of Persian Blue #153ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 7.87%
G = 21.72%
B = 70.41%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#153ABC (or 0x153ABC) is known color: Persian Blue. HEX triplet: 15, 3A and BC. RGB value is (21,58,188). Sum of RGB (Red+Green+Blue) = 21+58+188=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #153ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ABC is #EAC543. Grayscale: #3D3D3D. Windows color (decimal): -15385924 or 12335637. OLE color: 12335637.

HSL color Cylindrical-coordinate representation of color #153ABC: hue angle of 226.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153ABC is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 58 188 -
CMYK 0.89 0.69 0 0.26
HSL 226.71º 0.8% 0.41% -
HSV(B) 226.71º 0.89% 0.74% -
XYZ 10.9 6.82 48.32 -
YUV 61.76 199.24 98.93 -
System Red Green Blue C M Y K H S L
Decimal 21 58 188 0.89 0.69 0 0.26 226.71 0.8 0.41
Hex 15 3A BC 59 45 0 1A E3 50 29
Octal 25 72 274 131 105 0 32 343 120 51
Binary 10101 111010 10111100 1011001 1000101 0 11010 11100011 1010000 101001

Color Harmonies of #153ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ABC

Black with #153ABC

Text Example


Text Example

White with #153ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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