Html Css Color HEX #145DC1 Denim

📋 copy color: '#145DC1'

red 20 ◦ green 93 ◦ blue 193

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

Shades of Denim #145DC1

Tints of Denim #145DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

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

R = 6.54%
G = 30.39%
B = 63.07%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#145DC1 (or 0x145DC1) is known color: Denim. HEX triplet: 14, 5D and C1. RGB value is (20,93,193). Sum of RGB (Red+Green+Blue) = 20+93+193=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #145DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DC1 is #EBA23E. Grayscale: #525252. Windows color (decimal): -15442495 or 12672276. OLE color: 12672276.

HSL color Cylindrical-coordinate representation of color #145DC1: hue angle of 214.68º 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 #145DC1 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 93 193 -
CMYK 0.90 0.52 0 0.24
HSL 214.68º 0.81% 0.42% -
HSV(B) 214.68º 0.9% 0.76% -
XYZ 13.83 11.83 52.01 -
YUV 82.57 190.32 83.37 -
System Red Green Blue C M Y K H S L
Decimal 20 93 193 0.90 0.52 0 0.24 214.68 0.81 0.42
Hex 14 5D C1 5A 34 0 18 D7 51 2A
Octal 24 135 301 132 64 0 30 327 121 52
Binary 10100 1011101 11000001 1011010 110100 0 11000 11010111 1010001 101010

Color Harmonies of #145DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DC1

Black with #145DC1

Text Example


Text Example

White with #145DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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