Html Css Color HEX #151CC0 Persian Blue

📋 copy color: '#151CC0'

red 21 ◦ green 28 ◦ blue 192

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

Shades of Persian Blue #151CC0

Tints of Persian Blue #151CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.67%

R = 8.71%
G = 11.62%
B = 79.67%

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

#151CC0 (or 0x151CC0) is known color: Persian Blue. HEX triplet: 15, 1C and C0. RGB value is (21,28,192). Sum of RGB (Red+Green+Blue) = 21+28+192=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #151CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CC0 is #EAE33F. Grayscale: #2B2B2B. Windows color (decimal): -15393600 or 12590101. OLE color: 12590101.

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

Color convert

RGB 21 28 192 -
CMYK 0.89 0.85 0 0.25
HSL 237.54º 0.8% 0.42% -
HSV(B) 237.54º 0.89% 0.75% -
XYZ 10.24 4.8 50.26 -
YUV 44.6 211.18 111.16 -
System Red Green Blue C M Y K H S L
Decimal 21 28 192 0.89 0.85 0 0.25 237.54 0.8 0.42
Hex 15 1C C0 59 55 0 19 EE 50 2A
Octal 25 34 300 131 125 0 31 356 120 52
Binary 10101 11100 11000000 1011001 1010101 0 11001 11101110 1010000 101010

Color Harmonies of #151CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CC0

Black with #151CC0

Text Example


Text Example

White with #151CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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