Html Css Color HEX #151FC6 Persian Blue

📋 copy color: '#151FC6'

red 21 ◦ green 31 ◦ blue 198

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

Shades of Persian Blue #151FC6

Tints of Persian Blue #151FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 79.2%

R = 8.4%
G = 12.4%
B = 79.2%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#151FC6 (or 0x151FC6) is known color: Persian Blue. HEX triplet: 15, 1F and C6. RGB value is (21,31,198). Sum of RGB (Red+Green+Blue) = 21+31+198=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 198 (77.73% from 255 or 79.2% from 250); Max value from RGB is 198 - color contains mainly: blue. Hex color #151FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FC6 is #EAE039. Grayscale: #2E2E2E. Windows color (decimal): -15392826 or 12984085. OLE color: 12984085.

HSL color Cylindrical-coordinate representation of color #151FC6: hue angle of 236.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151FC6 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 31 198 -
CMYK 0.89 0.84 0 0.22
HSL 236.61º 0.81% 0.43% -
HSV(B) 236.61º 0.89% 0.78% -
XYZ 10.99 5.22 53.85 -
YUV 47.05 213.19 109.42 -
System Red Green Blue C M Y K H S L
Decimal 21 31 198 0.89 0.84 0 0.22 236.61 0.81 0.43
Hex 15 1F C6 59 54 0 16 ED 51 2B
Octal 25 37 306 131 124 0 26 355 121 53
Binary 10101 11111 11000110 1011001 1010100 0 10110 11101101 1010001 101011

Color Harmonies of #151FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FC6

Black with #151FC6

Text Example


Text Example

White with #151FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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