Html Css Color HEX #151EC2 Persian Blue

📋 copy color: '#151EC2'

red 21 ◦ green 30 ◦ blue 194

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

Shades of Persian Blue #151EC2

Tints of Persian Blue #151EC2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

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

R = 8.57%
G = 12.24%
B = 79.18%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#151EC2 (or 0x151EC2) is known color: Persian Blue. HEX triplet: 15, 1E and C2. RGB value is (21,30,194). Sum of RGB (Red+Green+Blue) = 21+30+194=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 194 (76.17% from 255 or 79.18% from 245); Max value from RGB is 194 - color contains mainly: blue. Hex color #151EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EC2 is #EAE13D. Grayscale: #2D2D2D. Windows color (decimal): -15393086 or 12721685. OLE color: 12721685.

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

Color convert

RGB 21 30 194 -
CMYK 0.89 0.85 0 0.24
HSL 236.88º 0.8% 0.42% -
HSV(B) 236.88º 0.89% 0.76% -
XYZ 10.51 4.98 51.45 -
YUV 46.01 211.52 110.16 -
System Red Green Blue C M Y K H S L
Decimal 21 30 194 0.89 0.85 0 0.24 236.88 0.8 0.42
Hex 15 1E C2 59 55 0 18 ED 50 2A
Octal 25 36 302 131 125 0 30 355 120 52
Binary 10101 11110 11000010 1011001 1010101 0 11000 11101101 1010000 101010

Color Harmonies of #151EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EC2

Black with #151EC2

Text Example


Text Example

White with #151EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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