Html Css Color HEX #151CBF Persian Blue

📋 copy color: '#151CBF'

red 21 ◦ green 28 ◦ blue 191

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

Shades of Persian Blue #151CBF

Tints of Persian Blue #151CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 79.58%

R = 8.75%
G = 11.67%
B = 79.58%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#151CBF (or 0x151CBF) is known color: Persian Blue. HEX triplet: 15, 1C and BF. RGB value is (21,28,191). Sum of RGB (Red+Green+Blue) = 21+28+191=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #151CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CBF is #EAE340. Grayscale: #2B2B2B. Windows color (decimal): -15393601 or 12524565. OLE color: 12524565.

HSL color Cylindrical-coordinate representation of color #151CBF: hue angle of 237.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151CBF is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 28 191 -
CMYK 0.89 0.85 0 0.25
HSL 237.53º 0.8% 0.42% -
HSV(B) 237.53º 0.89% 0.75% -
XYZ 10.13 4.75 49.67 -
YUV 44.49 210.68 111.25 -
System Red Green Blue C M Y K H S L
Decimal 21 28 191 0.89 0.85 0 0.25 237.53 0.8 0.42
Hex 15 1C BF 59 55 0 19 EE 50 2A
Octal 25 34 277 131 125 0 31 356 120 52
Binary 10101 11100 10111111 1011001 1010101 0 11001 11101110 1010000 101010

Color Harmonies of #151CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CBF

Black with #151CBF

Text Example


Text Example

White with #151CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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