Html Css Color HEX #151BC1 Persian Blue

📋 copy color: '#151BC1'

red 21 ◦ green 27 ◦ blue 193

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

Shades of Persian Blue #151BC1

Tints of Persian Blue #151BC1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.2%

 BLUE value IS 193 (75.78% from 255) = 80.08%

R = 8.71%
G = 11.2%
B = 80.08%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#151BC1 (or 0x151BC1) is known color: Persian Blue. HEX triplet: 15, 1B and C1. RGB value is (21,27,193). Sum of RGB (Red+Green+Blue) = 21+27+193=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 193 (75.78% from 255 or 80.08% from 241); Max value from RGB is 193 - color contains mainly: blue. Hex color #151BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BC1 is #EAE43E. Grayscale: #2B2B2B. Windows color (decimal): -15393855 or 12655381. OLE color: 12655381.

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

Color convert

RGB 21 27 193 -
CMYK 0.89 0.86 0 0.24
HSL 237.91º 0.8% 0.42% -
HSV(B) 237.91º 0.89% 0.76% -
XYZ 10.33 4.79 50.83 -
YUV 44.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 21 27 193 0.89 0.86 0 0.24 237.91 0.8 0.42
Hex 15 1B C1 59 56 0 18 EE 50 2A
Octal 25 33 301 131 126 0 30 356 120 52
Binary 10101 11011 11000001 1011001 1010110 0 11000 11101110 1010000 101010

Color Harmonies of #151BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BC1

Black with #151BC1

Text Example


Text Example

White with #151BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,27,193); }

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

background-color css

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

 a { background-color: rgb(21,27,193); }

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

border-color css

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

 span { border-color: rgb(21,27,193); }

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