Html Css Color HEX #153CCB Persian Blue

📋 copy color: '#153CCB'

red 21 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #153CCB

Tints of Persian Blue #153CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 7.39%
G = 21.13%
B = 71.48%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#153CCB (or 0x153CCB) is known color: Persian Blue. HEX triplet: 15, 3C and CB. RGB value is (21,60,203). Sum of RGB (Red+Green+Blue) = 21+60+203=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #153CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CCB is #EAC334. Grayscale: #404040. Windows color (decimal): -15385397 or 13319189. OLE color: 13319189.

HSL color Cylindrical-coordinate representation of color #153CCB: hue angle of 227.14º 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 #153CCB is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 60 203 -
CMYK 0.90 0.70 0 0.20
HSL 227.14º 0.81% 0.44% -
HSV(B) 227.14º 0.9% 0.8% -
XYZ 12.7 7.7 57.32 -
YUV 64.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 21 60 203 0.90 0.70 0 0.20 227.14 0.81 0.44
Hex 15 3C CB 5A 46 0 14 E3 51 2C
Octal 25 74 313 132 106 0 24 343 121 54
Binary 10101 111100 11001011 1011010 1000110 0 10100 11100011 1010001 101100

Color Harmonies of #153CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CCB

Black with #153CCB

Text Example


Text Example

White with #153CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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