Html Css Color HEX #146FC1 Denim

📋 copy color: '#146FC1'

red 20 ◦ green 111 ◦ blue 193

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

Shades of Denim #146FC1

Tints of Denim #146FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.26%

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

R = 6.17%
G = 34.26%
B = 59.57%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#146FC1 (or 0x146FC1) is known color: Denim. HEX triplet: 14, 6F and C1. RGB value is (20,111,193). Sum of RGB (Red+Green+Blue) = 20+111+193=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #146FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FC1 is #EB903E. Grayscale: #5C5C5C. Windows color (decimal): -15437887 or 12676884. OLE color: 12676884.

HSL color Cylindrical-coordinate representation of color #146FC1: hue angle of 208.44º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146FC1 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 111 193 -
CMYK 0.90 0.42 0 0.24
HSL 208.44º 0.81% 0.42% -
HSV(B) 208.44º 0.9% 0.76% -
XYZ 15.6 15.37 52.6 -
YUV 93.14 184.35 75.83 -
System Red Green Blue C M Y K H S L
Decimal 20 111 193 0.90 0.42 0 0.24 208.44 0.81 0.42
Hex 14 6F C1 5A 2A 0 18 D0 51 2A
Octal 24 157 301 132 52 0 30 320 121 52
Binary 10100 1101111 11000001 1011010 101010 0 11000 11010000 1010001 101010

Color Harmonies of #146FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FC1

Black with #146FC1

Text Example


Text Example

White with #146FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146FC1; }

 p { color: rgb(20,111,193); }

 H1.HeaderClassName
 {
   color: #146FC1;
 }
 .AnyTagClassName
 {
   color: #146FC1;
 }
</style>

background-color css

<style>
 a { background-color: #146FC1; }

 a { background-color: rgb(20,111,193); }

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

border-color css

<style>
 span { border-color: #146FC1; }

 span { border-color: rgb(20,111,193); }

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