Html Css Color HEX #153ABB Persian Blue

📋 copy color: '#153ABB'

red 21 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #153ABB

Tints of Persian Blue #153ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 7.89%
G = 21.8%
B = 70.3%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#153ABB (or 0x153ABB) is known color: Persian Blue. HEX triplet: 15, 3A and BB. RGB value is (21,58,187). Sum of RGB (Red+Green+Blue) = 21+58+187=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #153ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ABB is #EAC544. Grayscale: #3D3D3D. Windows color (decimal): -15385925 or 12270101. OLE color: 12270101.

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

Color convert

RGB 21 58 187 -
CMYK 0.89 0.69 0 0.27
HSL 226.63º 0.8% 0.41% -
HSV(B) 226.63º 0.89% 0.73% -
XYZ 10.79 6.77 47.75 -
YUV 61.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 21 58 187 0.89 0.69 0 0.27 226.63 0.8 0.41
Hex 15 3A BB 59 45 0 1B E3 50 29
Octal 25 72 273 131 105 0 33 343 120 51
Binary 10101 111010 10111011 1011001 1000101 0 11011 11100011 1010000 101001

Color Harmonies of #153ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ABB

Black with #153ABB

Text Example


Text Example

White with #153ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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