Html Css Color HEX #145ECA Denim

📋 copy color: '#145ECA'

red 20 ◦ green 94 ◦ blue 202

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

Shades of Denim #145ECA

Tints of Denim #145ECA

RGB

 RED value IS 20 (8.2% from 255) = 6.33%

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 202 (79.3% from 255) = 63.92%

R = 6.33%
G = 29.75%
B = 63.92%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#145ECA (or 0x145ECA) is known color: Denim. HEX triplet: 14, 5E and CA. RGB value is (20,94,202). Sum of RGB (Red+Green+Blue) = 20+94+202=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #145ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ECA is #EBA135. Grayscale: #535353. Windows color (decimal): -15442230 or 13262356. OLE color: 13262356.

HSL color Cylindrical-coordinate representation of color #145ECA: hue angle of 215.6º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145ECA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 94 202 -
CMYK 0.90 0.53 0 0.21
HSL 215.6º 0.82% 0.44% -
HSV(B) 215.6º 0.9% 0.79% -
XYZ 14.95 12.42 57.49 -
YUV 84.19 194.48 82.22 -
System Red Green Blue C M Y K H S L
Decimal 20 94 202 0.90 0.53 0 0.21 215.6 0.82 0.44
Hex 14 5E CA 5A 35 0 15 D8 52 2C
Octal 24 136 312 132 65 0 25 330 122 54
Binary 10100 1011110 11001010 1011010 110101 0 10101 11011000 1010010 101100

Color Harmonies of #145ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145ECA

Black with #145ECA

Text Example


Text Example

White with #145ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145ECA; }

 p { color: rgb(20,94,202); }

 H1.HeaderClassName
 {
   color: #145ECA;
 }
 .AnyTagClassName
 {
   color: #145ECA;
 }
</style>

background-color css

<style>
 a { background-color: #145ECA; }

 a { background-color: rgb(20,94,202); }

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

border-color css

<style>
 span { border-color: #145ECA; }

 span { border-color: rgb(20,94,202); }

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