Html Css Color HEX #153EBC Persian Blue

📋 copy color: '#153EBC'

red 21 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #153EBC

Tints of Persian Blue #153EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 188 (73.83% from 255) = 69.37%

R = 7.75%
G = 22.88%
B = 69.37%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#153EBC (or 0x153EBC) is known color: Persian Blue. HEX triplet: 15, 3E and BC. RGB value is (21,62,188). Sum of RGB (Red+Green+Blue) = 21+62+188=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #153EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EBC is #EAC143. Grayscale: #3F3F3F. Windows color (decimal): -15384900 or 12336661. OLE color: 12336661.

HSL color Cylindrical-coordinate representation of color #153EBC: hue angle of 225.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153EBC is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 62 188 -
CMYK 0.89 0.67 0 0.26
HSL 225.27º 0.8% 0.41% -
HSV(B) 225.27º 0.89% 0.74% -
XYZ 11.11 7.24 48.39 -
YUV 64.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 21 62 188 0.89 0.67 0 0.26 225.27 0.8 0.41
Hex 15 3E BC 59 43 0 1A E1 50 29
Octal 25 76 274 131 103 0 32 341 120 51
Binary 10101 111110 10111100 1011001 1000011 0 11010 11100001 1010000 101001

Color Harmonies of #153EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EBC

Black with #153EBC

Text Example


Text Example

White with #153EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,62,188); }

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

background-color css

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

 a { background-color: rgb(21,62,188); }

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

border-color css

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

 span { border-color: rgb(21,62,188); }

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