Html Css Color HEX #151AC6 Medium Blue

📋 copy color: '#151AC6'

red 21 ◦ green 26 ◦ blue 198

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

Shades of Medium Blue #151AC6

Tints of Medium Blue #151AC6

RGB

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

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

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

R = 8.57%
G = 10.61%
B = 80.82%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#151AC6 (or 0x151AC6) is known color: Medium Blue. HEX triplet: 15, 1A and C6. RGB value is (21,26,198). Sum of RGB (Red+Green+Blue) = 21+26+198=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 198 (77.73% from 255 or 80.82% from 245); Max value from RGB is 198 - color contains mainly: blue. Hex color #151AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AC6 is #EAE539. Grayscale: #2B2B2B. Windows color (decimal): -15394106 or 12982805. OLE color: 12982805.

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

Color convert

RGB 21 26 198 -
CMYK 0.89 0.87 0 0.22
HSL 238.31º 0.81% 0.43% -
HSV(B) 238.31º 0.89% 0.78% -
XYZ 10.87 4.98 53.81 -
YUV 44.11 214.84 111.51 -
System Red Green Blue C M Y K H S L
Decimal 21 26 198 0.89 0.87 0 0.22 238.31 0.81 0.43
Hex 15 1A C6 59 57 0 16 EE 51 2B
Octal 25 32 306 131 127 0 26 356 121 53
Binary 10101 11010 11000110 1011001 1010111 0 10110 11101110 1010001 101011

Color Harmonies of #151AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AC6

Black with #151AC6

Text Example


Text Example

White with #151AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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