Html Css Color HEX #151FBA Persian Blue

📋 copy color: '#151FBA'

red 21 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #151FBA

Tints of Persian Blue #151FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.03%

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

R = 8.82%
G = 13.03%
B = 78.15%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#151FBA (or 0x151FBA) is known color: Persian Blue. HEX triplet: 15, 1F and BA. RGB value is (21,31,186). Sum of RGB (Red+Green+Blue) = 21+31+186=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #151FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FBA is #EAE045. Grayscale: #2D2D2D. Windows color (decimal): -15392838 or 12197653. OLE color: 12197653.

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

Color convert

RGB 21 31 186 -
CMYK 0.89 0.83 0 0.27
HSL 236.36º 0.8% 0.41% -
HSV(B) 236.36º 0.89% 0.73% -
XYZ 9.66 4.68 46.85 -
YUV 45.68 207.19 110.4 -
System Red Green Blue C M Y K H S L
Decimal 21 31 186 0.89 0.83 0 0.27 236.36 0.8 0.41
Hex 15 1F BA 59 53 0 1B EC 50 29
Octal 25 37 272 131 123 0 33 354 120 51
Binary 10101 11111 10111010 1011001 1010011 0 11011 11101100 1010000 101001

Color Harmonies of #151FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FBA

Black with #151FBA

Text Example


Text Example

White with #151FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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