Html Css Color HEX #151CBA Persian Blue

📋 copy color: '#151CBA'

red 21 ◦ green 28 ◦ blue 186

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

Shades of Persian Blue #151CBA

Tints of Persian Blue #151CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.91%

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

R = 8.94%
G = 11.91%
B = 79.15%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#151CBA (or 0x151CBA) is known color: Persian Blue. HEX triplet: 15, 1C and BA. RGB value is (21,28,186). Sum of RGB (Red+Green+Blue) = 21+28+186=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #151CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CBA is #EAE345. Grayscale: #2B2B2B. Windows color (decimal): -15393606 or 12196885. OLE color: 12196885.

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

Color convert

RGB 21 28 186 -
CMYK 0.89 0.85 0 0.27
HSL 237.45º 0.8% 0.41% -
HSV(B) 237.45º 0.89% 0.73% -
XYZ 9.59 4.54 46.82 -
YUV 43.92 208.18 111.65 -
System Red Green Blue C M Y K H S L
Decimal 21 28 186 0.89 0.85 0 0.27 237.45 0.8 0.41
Hex 15 1C BA 59 55 0 1B ED 50 29
Octal 25 34 272 131 125 0 33 355 120 51
Binary 10101 11100 10111010 1011001 1010101 0 11011 11101101 1010000 101001

Color Harmonies of #151CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CBA

Black with #151CBA

Text Example


Text Example

White with #151CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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