Html Css Color HEX #153BCE Persian Blue

📋 copy color: '#153BCE'

red 21 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #153BCE

Tints of Persian Blue #153BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 7.34%
G = 20.63%
B = 72.03%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#153BCE (or 0x153BCE) is known color: Persian Blue. HEX triplet: 15, 3B and CE. RGB value is (21,59,206). Sum of RGB (Red+Green+Blue) = 21+59+206=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #153BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BCE is #EAC431. Grayscale: #3F3F3F. Windows color (decimal): -15385650 or 13515541. OLE color: 13515541.

HSL color Cylindrical-coordinate representation of color #153BCE: hue angle of 227.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153BCE is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 59 206 -
CMYK 0.90 0.71 0 0.19
HSL 227.68º 0.81% 0.45% -
HSV(B) 227.68º 0.9% 0.81% -
XYZ 13.01 7.74 59.2 -
YUV 64.4 207.91 97.05 -
System Red Green Blue C M Y K H S L
Decimal 21 59 206 0.90 0.71 0 0.19 227.68 0.81 0.45
Hex 15 3B CE 5A 47 0 13 E4 51 2D
Octal 25 73 316 132 107 0 23 344 121 55
Binary 10101 111011 11001110 1011010 1000111 0 10011 11100100 1010001 101101

Color Harmonies of #153BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BCE

Black with #153BCE

Text Example


Text Example

White with #153BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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