Html Css Color HEX #151BBA Persian Blue

📋 copy color: '#151BBA'

red 21 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #151BBA

Tints of Persian Blue #151BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.49%

R = 8.97%
G = 11.54%
B = 79.49%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#151BBA (or 0x151BBA) is known color: Persian Blue. HEX triplet: 15, 1B and BA. RGB value is (21,27,186). Sum of RGB (Red+Green+Blue) = 21+27+186=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #151BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BBA is #EAE445. Grayscale: #2A2A2A. Windows color (decimal): -15393862 or 12196629. OLE color: 12196629.

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

Color convert

RGB 21 27 186 -
CMYK 0.89 0.85 0 0.27
HSL 237.82º 0.8% 0.41% -
HSV(B) 237.82º 0.89% 0.73% -
XYZ 9.56 4.49 46.82 -
YUV 43.33 208.51 112.07 -
System Red Green Blue C M Y K H S L
Decimal 21 27 186 0.89 0.85 0 0.27 237.82 0.8 0.41
Hex 15 1B BA 59 55 0 1B EE 50 29
Octal 25 33 272 131 125 0 33 356 120 51
Binary 10101 11011 10111010 1011001 1010101 0 11011 11101110 1010000 101001

Color Harmonies of #151BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BBA

Black with #151BBA

Text Example


Text Example

White with #151BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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