Html Css Color HEX #153CEB Persian Blue

📋 copy color: '#153CEB'

red 21 ◦ green 60 ◦ blue 235

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

Shades of Persian Blue #153CEB

Tints of Persian Blue #153CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.37%

R = 6.65%
G = 18.99%
B = 74.37%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#153CEB (or 0x153CEB) is known color: Persian Blue. HEX triplet: 15, 3C and EB. RGB value is (21,60,235). Sum of RGB (Red+Green+Blue) = 21+60+235=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #153CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CEB is #EAC314. Grayscale: #434343. Windows color (decimal): -15385365 or 15416341. OLE color: 15416341.

HSL color Cylindrical-coordinate representation of color #153CEB: hue angle of 229.07º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153CEB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 60 235 -
CMYK 0.91 0.74 0 0.08
HSL 229.07º 0.84% 0.5% -
HSV(B) 229.07º 0.91% 0.92% -
XYZ 16.92 9.39 79.52 -
YUV 68.29 222.08 94.27 -
System Red Green Blue C M Y K H S L
Decimal 21 60 235 0.91 0.74 0 0.08 229.07 0.84 0.5
Hex 15 3C EB 5B 4A 0 8 E5 54 32
Octal 25 74 353 133 112 0 10 345 124 62
Binary 10101 111100 11101011 1011011 1001010 0 1000 11100101 1010100 110010

Color Harmonies of #153CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CEB

Black with #153CEB

Text Example


Text Example

White with #153CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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