Html Css Color HEX #151EBA Persian Blue

📋 copy color: '#151EBA'

red 21 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #151EBA

Tints of Persian Blue #151EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.66%

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

R = 8.86%
G = 12.66%
B = 78.48%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#151EBA (or 0x151EBA) is known color: Persian Blue. HEX triplet: 15, 1E and BA. RGB value is (21,30,186). Sum of RGB (Red+Green+Blue) = 21+30+186=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #151EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EBA is #EAE145. Grayscale: #2C2C2C. Windows color (decimal): -15393094 or 12197397. OLE color: 12197397.

HSL color Cylindrical-coordinate representation of color #151EBA: hue angle of 236.73º 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 #151EBA is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 30 186 -
CMYK 0.89 0.84 0 0.27
HSL 236.73º 0.8% 0.41% -
HSV(B) 236.73º 0.89% 0.73% -
XYZ 9.64 4.63 46.84 -
YUV 45.09 207.52 110.82 -
System Red Green Blue C M Y K H S L
Decimal 21 30 186 0.89 0.84 0 0.27 236.73 0.8 0.41
Hex 15 1E BA 59 54 0 1B ED 50 29
Octal 25 36 272 131 124 0 33 355 120 51
Binary 10101 11110 10111010 1011001 1010100 0 11011 11101101 1010000 101001

Color Harmonies of #151EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EBA

Black with #151EBA

Text Example


Text Example

White with #151EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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