Html Css Color HEX #153EBA Persian Blue

📋 copy color: '#153EBA'

red 21 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #153EBA

Tints of Persian Blue #153EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.14%

R = 7.81%
G = 23.05%
B = 69.14%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#153EBA (or 0x153EBA) is known color: Persian Blue. HEX triplet: 15, 3E and BA. RGB value is (21,62,186). Sum of RGB (Red+Green+Blue) = 21+62+186=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #153EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EBA is #EAC145. Grayscale: #3F3F3F. Windows color (decimal): -15384902 or 12205589. OLE color: 12205589.

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

Color convert

RGB 21 62 186 -
CMYK 0.89 0.67 0 0.27
HSL 225.09º 0.8% 0.41% -
HSV(B) 225.09º 0.89% 0.73% -
XYZ 10.89 7.15 47.26 -
YUV 63.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 21 62 186 0.89 0.67 0 0.27 225.09 0.8 0.41
Hex 15 3E BA 59 43 0 1B E1 50 29
Octal 25 76 272 131 103 0 33 341 120 51
Binary 10101 111110 10111010 1011001 1000011 0 11011 11100001 1010000 101001

Color Harmonies of #153EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EBA

Black with #153EBA

Text Example


Text Example

White with #153EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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