Html Css Color HEX #153BED Persian Blue

📋 copy color: '#153BED'

red 21 ◦ green 59 ◦ blue 237

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

Shades of Persian Blue #153BED

Tints of Persian Blue #153BED

RGB

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

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

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

R = 6.62%
G = 18.61%
B = 74.76%

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

#153BED (or 0x153BED) is known color: Persian Blue. HEX triplet: 15, 3B and ED. RGB value is (21,59,237). Sum of RGB (Red+Green+Blue) = 21+59+237=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #153BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BED is #EAC412. Grayscale: #434343. Windows color (decimal): -15385619 or 15547157. OLE color: 15547157.

HSL color Cylindrical-coordinate representation of color #153BED: hue angle of 229.44º 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 #153BED is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 59 237 -
CMYK 0.91 0.75 0 0.07
HSL 229.44º 0.86% 0.51% -
HSV(B) 229.44º 0.91% 0.93% -
XYZ 17.16 9.4 81.03 -
YUV 67.93 223.41 94.53 -
System Red Green Blue C M Y K H S L
Decimal 21 59 237 0.91 0.75 0 0.07 229.44 0.86 0.51
Hex 15 3B ED 5B 4B 0 7 E5 56 33
Octal 25 73 355 133 113 0 7 345 126 63
Binary 10101 111011 11101101 1011011 1001011 0 111 11100101 1010110 110011

Color Harmonies of #153BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BED

Black with #153BED

Text Example


Text Example

White with #153BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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