Html Css Color HEX #145BD6 Denim

📋 copy color: '#145BD6'

red 20 ◦ green 91 ◦ blue 214

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

Shades of Denim #145BD6

Tints of Denim #145BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.85%

R = 6.15%
G = 28%
B = 65.85%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#145BD6 (or 0x145BD6) is known color: Denim. HEX triplet: 14, 5B and D6. RGB value is (20,91,214). Sum of RGB (Red+Green+Blue) = 20+91+214=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #145BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BD6 is #EBA429. Grayscale: #535353. Windows color (decimal): -15442986 or 14048020. OLE color: 14048020.

HSL color Cylindrical-coordinate representation of color #145BD6: hue angle of 218.04º 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 #145BD6 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 91 214 -
CMYK 0.91 0.57 0 0.16
HSL 218.04º 0.83% 0.46% -
HSV(B) 218.04º 0.91% 0.84% -
XYZ 16.17 12.49 65.18 -
YUV 83.79 201.48 82.5 -
System Red Green Blue C M Y K H S L
Decimal 20 91 214 0.91 0.57 0 0.16 218.04 0.83 0.46
Hex 14 5B D6 5B 39 0 10 DA 53 2E
Octal 24 133 326 133 71 0 20 332 123 56
Binary 10100 1011011 11010110 1011011 111001 0 10000 11011010 1010011 101110

Color Harmonies of #145BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BD6

Black with #145BD6

Text Example


Text Example

White with #145BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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