Html Css Color HEX #151FBE Persian Blue

📋 copy color: '#151FBE'

red 21 ◦ green 31 ◦ blue 190

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

Shades of Persian Blue #151FBE

Tints of Persian Blue #151FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.51%

R = 8.68%
G = 12.81%
B = 78.51%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#151FBE (or 0x151FBE) is known color: Persian Blue. HEX triplet: 15, 1F and BE. RGB value is (21,31,190). Sum of RGB (Red+Green+Blue) = 21+31+190=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #151FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FBE is #EAE041. Grayscale: #2D2D2D. Windows color (decimal): -15392834 or 12459797. OLE color: 12459797.

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

Color convert

RGB 21 31 190 -
CMYK 0.89 0.84 0 0.25
HSL 236.45º 0.8% 0.41% -
HSV(B) 236.45º 0.89% 0.75% -
XYZ 10.09 4.86 49.12 -
YUV 46.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 21 31 190 0.89 0.84 0 0.25 236.45 0.8 0.41
Hex 15 1F BE 59 54 0 19 EC 50 29
Octal 25 37 276 131 124 0 31 354 120 51
Binary 10101 11111 10111110 1011001 1010100 0 11001 11101100 1010000 101001

Color Harmonies of #151FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FBE

Black with #151FBE

Text Example


Text Example

White with #151FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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