Html Css Color HEX #151CBE Persian Blue

📋 copy color: '#151CBE'

red 21 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #151CBE

Tints of Persian Blue #151CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.5%

R = 8.79%
G = 11.72%
B = 79.5%

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

#151CBE (or 0x151CBE) is known color: Persian Blue. HEX triplet: 15, 1C and BE. RGB value is (21,28,190). Sum of RGB (Red+Green+Blue) = 21+28+190=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #151CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CBE is #EAE341. Grayscale: #2B2B2B. Windows color (decimal): -15393602 or 12459029. OLE color: 12459029.

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

Color convert

RGB 21 28 190 -
CMYK 0.89 0.85 0 0.25
HSL 237.51º 0.8% 0.41% -
HSV(B) 237.51º 0.89% 0.75% -
XYZ 10.02 4.71 49.1 -
YUV 44.38 210.18 111.33 -
System Red Green Blue C M Y K H S L
Decimal 21 28 190 0.89 0.85 0 0.25 237.51 0.8 0.41
Hex 15 1C BE 59 55 0 19 EE 50 29
Octal 25 34 276 131 125 0 31 356 120 51
Binary 10101 11100 10111110 1011001 1010101 0 11001 11101110 1010000 101001

Color Harmonies of #151CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CBE

Black with #151CBE

Text Example


Text Example

White with #151CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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