Html Css Color HEX #145DCF Denim

📋 copy color: '#145DCF'

red 20 ◦ green 93 ◦ blue 207

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

Shades of Denim #145DCF

Tints of Denim #145DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 6.25%
G = 29.06%
B = 64.69%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#145DCF (or 0x145DCF) is known color: Denim. HEX triplet: 14, 5D and CF. RGB value is (20,93,207). Sum of RGB (Red+Green+Blue) = 20+93+207=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #145DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DCF is #EBA230. Grayscale: #535353. Windows color (decimal): -15442481 or 13589780. OLE color: 13589780.

HSL color Cylindrical-coordinate representation of color #145DCF: hue angle of 216.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145DCF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 93 207 -
CMYK 0.90 0.55 0 0.19
HSL 216.58º 0.82% 0.45% -
HSV(B) 216.58º 0.9% 0.81% -
XYZ 15.47 12.48 60.63 -
YUV 84.17 197.32 82.23 -
System Red Green Blue C M Y K H S L
Decimal 20 93 207 0.90 0.55 0 0.19 216.58 0.82 0.45
Hex 14 5D CF 5A 37 0 13 D9 52 2D
Octal 24 135 317 132 67 0 23 331 122 55
Binary 10100 1011101 11001111 1011010 110111 0 10011 11011001 1010010 101101

Color Harmonies of #145DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DCF

Black with #145DCF

Text Example


Text Example

White with #145DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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