Html Css Color HEX #151CBC Persian Blue

📋 copy color: '#151CBC'

red 21 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #151CBC

Tints of Persian Blue #151CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 8.86%
G = 11.81%
B = 79.32%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#151CBC (or 0x151CBC) is known color: Persian Blue. HEX triplet: 15, 1C and BC. RGB value is (21,28,188). Sum of RGB (Red+Green+Blue) = 21+28+188=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #151CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CBC is #EAE343. Grayscale: #2B2B2B. Windows color (decimal): -15393604 or 12327957. OLE color: 12327957.

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

Color convert

RGB 21 28 188 -
CMYK 0.89 0.85 0 0.26
HSL 237.49º 0.8% 0.41% -
HSV(B) 237.49º 0.89% 0.74% -
XYZ 9.8 4.62 47.95 -
YUV 44.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 21 28 188 0.89 0.85 0 0.26 237.49 0.8 0.41
Hex 15 1C BC 59 55 0 1A ED 50 29
Octal 25 34 274 131 125 0 32 355 120 51
Binary 10101 11100 10111100 1011001 1010101 0 11010 11101101 1010000 101001

Color Harmonies of #151CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CBC

Black with #151CBC

Text Example


Text Example

White with #151CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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