Html Css Color HEX #153BEC Persian Blue

📋 copy color: '#153BEC'

red 21 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #153BEC

Tints of Persian Blue #153BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 6.65%
G = 18.67%
B = 74.68%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#153BEC (or 0x153BEC) is known color: Persian Blue. HEX triplet: 15, 3B and EC. RGB value is (21,59,236). Sum of RGB (Red+Green+Blue) = 21+59+236=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #153BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BEC is #EAC413. Grayscale: #434343. Windows color (decimal): -15385620 or 15481621. OLE color: 15481621.

HSL color Cylindrical-coordinate representation of color #153BEC: hue angle of 229.4º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153BEC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 59 236 -
CMYK 0.91 0.75 0 0.07
HSL 229.4º 0.85% 0.5% -
HSV(B) 229.4º 0.91% 0.93% -
XYZ 17.01 9.34 80.26 -
YUV 67.82 222.91 94.61 -
System Red Green Blue C M Y K H S L
Decimal 21 59 236 0.91 0.75 0 0.07 229.4 0.85 0.5
Hex 15 3B EC 5B 4B 0 7 E5 55 32
Octal 25 73 354 133 113 0 7 345 125 62
Binary 10101 111011 11101100 1011011 1001011 0 111 11100101 1010101 110010

Color Harmonies of #153BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BEC

Black with #153BEC

Text Example


Text Example

White with #153BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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