Html Css Color HEX #145BD7 Denim

📋 copy color: '#145BD7'

red 20 ◦ green 91 ◦ blue 215

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

Shades of Denim #145BD7

Tints of Denim #145BD7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 215 (84.38% from 255) = 65.95%

R = 6.13%
G = 27.91%
B = 65.95%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#145BD7 (or 0x145BD7) is known color: Denim. HEX triplet: 14, 5B and D7. RGB value is (20,91,215). Sum of RGB (Red+Green+Blue) = 20+91+215=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #145BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BD7 is #EBA428. Grayscale: #535353. Windows color (decimal): -15442985 or 14113556. OLE color: 14113556.

HSL color Cylindrical-coordinate representation of color #145BD7: hue angle of 218.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145BD7 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 91 215 -
CMYK 0.91 0.58 0 0.16
HSL 218.15º 0.83% 0.46% -
HSV(B) 218.15º 0.91% 0.84% -
XYZ 16.3 12.54 65.85 -
YUV 83.91 201.98 82.42 -
System Red Green Blue C M Y K H S L
Decimal 20 91 215 0.91 0.58 0 0.16 218.15 0.83 0.46
Hex 14 5B D7 5B 3A 0 10 DA 53 2E
Octal 24 133 327 133 72 0 20 332 123 56
Binary 10100 1011011 11010111 1011011 111010 0 10000 11011010 1010011 101110

Color Harmonies of #145BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BD7

Black with #145BD7

Text Example


Text Example

White with #145BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,91,215); }

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

background-color css

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

 a { background-color: rgb(20,91,215); }

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

border-color css

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

 span { border-color: rgb(20,91,215); }

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