Html Css Color HEX #153BBB Persian Blue

📋 copy color: '#153BBB'

red 21 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #153BBB

Tints of Persian Blue #153BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

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

R = 7.87%
G = 22.1%
B = 70.04%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#153BBB (or 0x153BBB) is known color: Persian Blue. HEX triplet: 15, 3B and BB. RGB value is (21,59,187). Sum of RGB (Red+Green+Blue) = 21+59+187=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #153BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BBB is #EAC444. Grayscale: #3D3D3D. Windows color (decimal): -15385669 or 12270357. OLE color: 12270357.

HSL color Cylindrical-coordinate representation of color #153BBB: hue angle of 226.27º 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 #153BBB is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 59 187 -
CMYK 0.89 0.68 0 0.27
HSL 226.27º 0.8% 0.41% -
HSV(B) 226.27º 0.89% 0.73% -
XYZ 10.84 6.88 47.77 -
YUV 62.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 21 59 187 0.89 0.68 0 0.27 226.27 0.8 0.41
Hex 15 3B BB 59 44 0 1B E2 50 29
Octal 25 73 273 131 104 0 33 342 120 51
Binary 10101 111011 10111011 1011001 1000100 0 11011 11100010 1010000 101001

Color Harmonies of #153BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BBB

Black with #153BBB

Text Example


Text Example

White with #153BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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