Html Css Color HEX #151BBD Persian Blue

📋 copy color: '#151BBD'

red 21 ◦ green 27 ◦ blue 189

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

Shades of Persian Blue #151BBD

Tints of Persian Blue #151BBD

RGB

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

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

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

R = 8.86%
G = 11.39%
B = 79.75%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#151BBD (or 0x151BBD) is known color: Persian Blue. HEX triplet: 15, 1B and BD. RGB value is (21,27,189). Sum of RGB (Red+Green+Blue) = 21+27+189=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #151BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BBD is #EAE442. Grayscale: #2B2B2B. Windows color (decimal): -15393859 or 12393237. OLE color: 12393237.

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

Color convert

RGB 21 27 189 -
CMYK 0.89 0.86 0 0.26
HSL 237.86º 0.8% 0.41% -
HSV(B) 237.86º 0.89% 0.74% -
XYZ 9.89 4.62 48.51 -
YUV 43.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 21 27 189 0.89 0.86 0 0.26 237.86 0.8 0.41
Hex 15 1B BD 59 56 0 1A EE 50 29
Octal 25 33 275 131 126 0 32 356 120 51
Binary 10101 11011 10111101 1011001 1010110 0 11010 11101110 1010000 101001

Color Harmonies of #151BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BBD

Black with #151BBD

Text Example


Text Example

White with #151BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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