Html Css Color HEX #151CBD Persian Blue

📋 copy color: '#151CBD'

red 21 ◦ green 28 ◦ blue 189

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

Shades of Persian Blue #151CBD

Tints of Persian Blue #151CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 79.41%

R = 8.82%
G = 11.76%
B = 79.41%

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

#151CBD (or 0x151CBD) is known color: Persian Blue. HEX triplet: 15, 1C and BD. RGB value is (21,28,189). Sum of RGB (Red+Green+Blue) = 21+28+189=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #151CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CBD is #EAE342. Grayscale: #2B2B2B. Windows color (decimal): -15393603 or 12393493. OLE color: 12393493.

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

Color convert

RGB 21 28 189 -
CMYK 0.89 0.85 0 0.26
HSL 237.5º 0.8% 0.41% -
HSV(B) 237.5º 0.89% 0.74% -
XYZ 9.91 4.66 48.52 -
YUV 44.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 21 28 189 0.89 0.85 0 0.26 237.5 0.8 0.41
Hex 15 1C BD 59 55 0 1A EE 50 29
Octal 25 34 275 131 125 0 32 356 120 51
Binary 10101 11100 10111101 1011001 1010101 0 11010 11101110 1010000 101001

Color Harmonies of #151CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CBD

Black with #151CBD

Text Example


Text Example

White with #151CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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