Html Css Color HEX #151EBC Persian Blue

📋 copy color: '#151EBC'

red 21 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #151EBC

Tints of Persian Blue #151EBC

RGB

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

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

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

R = 8.79%
G = 12.55%
B = 78.66%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#151EBC (or 0x151EBC) is known color: Persian Blue. HEX triplet: 15, 1E and BC. RGB value is (21,30,188). Sum of RGB (Red+Green+Blue) = 21+30+188=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #151EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EBC is #EAE143. Grayscale: #2C2C2C. Windows color (decimal): -15393092 or 12328469. OLE color: 12328469.

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

Color convert

RGB 21 30 188 -
CMYK 0.89 0.84 0 0.26
HSL 236.77º 0.8% 0.41% -
HSV(B) 236.77º 0.89% 0.74% -
XYZ 9.85 4.72 47.97 -
YUV 45.32 208.52 110.65 -
System Red Green Blue C M Y K H S L
Decimal 21 30 188 0.89 0.84 0 0.26 236.77 0.8 0.41
Hex 15 1E BC 59 54 0 1A ED 50 29
Octal 25 36 274 131 124 0 32 355 120 51
Binary 10101 11110 10111100 1011001 1010100 0 11010 11101101 1010000 101001

Color Harmonies of #151EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EBC

Black with #151EBC

Text Example


Text Example

White with #151EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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