Html Css Color HEX #153AED Persian Blue

📋 copy color: '#153AED'

red 21 ◦ green 58 ◦ blue 237

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

Shades of Persian Blue #153AED

Tints of Persian Blue #153AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 237 (92.97% from 255) = 75%

R = 6.65%
G = 18.35%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#153AED (or 0x153AED) is known color: Persian Blue. HEX triplet: 15, 3A and ED. RGB value is (21,58,237). Sum of RGB (Red+Green+Blue) = 21+58+237=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #153AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153AED is #EAC512. Grayscale: #424242. Windows color (decimal): -15385875 or 15546901. OLE color: 15546901.

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

Color convert

RGB 21 58 237 -
CMYK 0.91 0.76 0 0.07
HSL 229.72º 0.86% 0.51% -
HSV(B) 229.72º 0.91% 0.93% -
XYZ 17.11 9.3 81.01 -
YUV 67.34 223.74 94.95 -
System Red Green Blue C M Y K H S L
Decimal 21 58 237 0.91 0.76 0 0.07 229.72 0.86 0.51
Hex 15 3A ED 5B 4C 0 7 E6 56 33
Octal 25 72 355 133 114 0 7 346 126 63
Binary 10101 111010 11101101 1011011 1001100 0 111 11100110 1010110 110011

Color Harmonies of #153AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AED

Black with #153AED

Text Example


Text Example

White with #153AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,58,237); }

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

background-color css

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

 a { background-color: rgb(21,58,237); }

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

border-color css

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

 span { border-color: rgb(21,58,237); }

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