Html Css Color HEX #153CB5 Persian Blue

📋 copy color: '#153CB5'

red 21 ◦ green 60 ◦ blue 181

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

Shades of Persian Blue #153CB5

Tints of Persian Blue #153CB5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

 BLUE value IS 181 (71.09% from 255) = 69.08%

R = 8.02%
G = 22.9%
B = 69.08%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#153CB5 (or 0x153CB5) is known color: Persian Blue. HEX triplet: 15, 3C and B5. RGB value is (21,60,181). Sum of RGB (Red+Green+Blue) = 21+60+181=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #153CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CB5 is #EAC34A. Grayscale: #3D3D3D. Windows color (decimal): -15385419 or 11877397. OLE color: 11877397.

HSL color Cylindrical-coordinate representation of color #153CB5: hue angle of 225.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153CB5 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 60 181 -
CMYK 0.88 0.67 0 0.29
HSL 225.38º 0.79% 0.4% -
HSV(B) 225.38º 0.88% 0.71% -
XYZ 10.27 6.73 44.47 -
YUV 62.13 195.08 98.66 -
System Red Green Blue C M Y K H S L
Decimal 21 60 181 0.88 0.67 0 0.29 225.38 0.79 0.4
Hex 15 3C B5 58 43 0 1D E1 4F 28
Octal 25 74 265 130 103 0 35 341 117 50
Binary 10101 111100 10110101 1011000 1000011 0 11101 11100001 1001111 101000

Color Harmonies of #153CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CB5

Black with #153CB5

Text Example


Text Example

White with #153CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,181); }

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

background-color css

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

 a { background-color: rgb(21,60,181); }

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

border-color css

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

 span { border-color: rgb(21,60,181); }

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