Html Css Color HEX #151AC2 Persian Blue

📋 copy color: '#151AC2'

red 21 ◦ green 26 ◦ blue 194

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

Shades of Persian Blue #151AC2

Tints of Persian Blue #151AC2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 194 (76.17% from 255) = 80.5%

R = 8.71%
G = 10.79%
B = 80.5%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#151AC2 (or 0x151AC2) is known color: Persian Blue. HEX triplet: 15, 1A and C2. RGB value is (21,26,194). Sum of RGB (Red+Green+Blue) = 21+26+194=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 194 (76.17% from 255 or 80.50% from 241); Max value from RGB is 194 - color contains mainly: blue. Hex color #151AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AC2 is #EAE53D. Grayscale: #2A2A2A. Windows color (decimal): -15394110 or 12720661. OLE color: 12720661.

HSL color Cylindrical-coordinate representation of color #151AC2: hue angle of 238.27º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151AC2 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 26 194 -
CMYK 0.89 0.87 0 0.24
HSL 238.27º 0.8% 0.42% -
HSV(B) 238.27º 0.89% 0.76% -
XYZ 10.42 4.79 51.42 -
YUV 43.66 212.84 111.84 -
System Red Green Blue C M Y K H S L
Decimal 21 26 194 0.89 0.87 0 0.24 238.27 0.8 0.42
Hex 15 1A C2 59 57 0 18 EE 50 2A
Octal 25 32 302 131 127 0 30 356 120 52
Binary 10101 11010 11000010 1011001 1010111 0 11000 11101110 1010000 101010

Color Harmonies of #151AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AC2

Black with #151AC2

Text Example


Text Example

White with #151AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,26,194); }

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

background-color css

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

 a { background-color: rgb(21,26,194); }

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

border-color css

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

 span { border-color: rgb(21,26,194); }

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