Html Css Color HEX #154EC1 Denim

📋 copy color: '#154EC1'

red 21 ◦ green 78 ◦ blue 193

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

Shades of Denim #154EC1

Tints of Denim #154EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

 BLUE value IS 193 (75.78% from 255) = 66.1%

R = 7.19%
G = 26.71%
B = 66.1%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#154EC1 (or 0x154EC1) is known color: Denim. HEX triplet: 15, 4E and C1. RGB value is (21,78,193). Sum of RGB (Red+Green+Blue) = 21+78+193=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #154EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EC1 is #EAB13E. Grayscale: #494949. Windows color (decimal): -15380799 or 12668437. OLE color: 12668437.

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

Color convert

RGB 21 78 193 -
CMYK 0.89 0.60 0 0.24
HSL 220.12º 0.8% 0.42% -
HSV(B) 220.12º 0.89% 0.76% -
XYZ 12.66 9.46 51.61 -
YUV 74.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 21 78 193 0.89 0.60 0 0.24 220.12 0.8 0.42
Hex 15 4E C1 59 3C 0 18 DC 50 2A
Octal 25 116 301 131 74 0 30 334 120 52
Binary 10101 1001110 11000001 1011001 111100 0 11000 11011100 1010000 101010

Color Harmonies of #154EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EC1

Black with #154EC1

Text Example


Text Example

White with #154EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154EC1; }

 p { color: rgb(21,78,193); }

 H1.HeaderClassName
 {
   color: #154EC1;
 }
 .AnyTagClassName
 {
   color: #154EC1;
 }
</style>

background-color css

<style>
 a { background-color: #154EC1; }

 a { background-color: rgb(21,78,193); }

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

border-color css

<style>
 span { border-color: #154EC1; }

 span { border-color: rgb(21,78,193); }

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