Html Css Color HEX #151FB8 Persian Blue

📋 copy color: '#151FB8'

red 21 ◦ green 31 ◦ blue 184

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

Shades of Persian Blue #151FB8

Tints of Persian Blue #151FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 77.97%

R = 8.9%
G = 13.14%
B = 77.97%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#151FB8 (or 0x151FB8) is known color: Persian Blue. HEX triplet: 15, 1F and B8. RGB value is (21,31,184). Sum of RGB (Red+Green+Blue) = 21+31+184=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 184 (72.27% from 255 or 77.97% from 236); Max value from RGB is 184 - color contains mainly: blue. Hex color #151FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FB8 is #EAE047. Grayscale: #2C2C2C. Windows color (decimal): -15392840 or 12066581. OLE color: 12066581.

HSL color Cylindrical-coordinate representation of color #151FB8: hue angle of 236.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151FB8 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 31 184 -
CMYK 0.89 0.83 0 0.28
HSL 236.32º 0.8% 0.4% -
HSV(B) 236.32º 0.89% 0.72% -
XYZ 9.45 4.6 45.74 -
YUV 45.45 206.19 110.56 -
System Red Green Blue C M Y K H S L
Decimal 21 31 184 0.89 0.83 0 0.28 236.32 0.8 0.4
Hex 15 1F B8 59 53 0 1C EC 50 28
Octal 25 37 270 131 123 0 34 354 120 50
Binary 10101 11111 10111000 1011001 1010011 0 11100 11101100 1010000 101000

Color Harmonies of #151FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FB8

Black with #151FB8

Text Example


Text Example

White with #151FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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