Html Css Color HEX #145BB9 Denim

📋 copy color: '#145BB9'

red 20 ◦ green 91 ◦ blue 185

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

Shades of Denim #145BB9

Tints of Denim #145BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.5%

R = 6.76%
G = 30.74%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#145BB9 (or 0x145BB9) is known color: Denim. HEX triplet: 14, 5B and B9. RGB value is (20,91,185). Sum of RGB (Red+Green+Blue) = 20+91+185=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #145BB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BB9 is #EBA446. Grayscale: #505050. Windows color (decimal): -15443015 or 12147476. OLE color: 12147476.

HSL color Cylindrical-coordinate representation of color #145BB9: hue angle of 214.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145BB9 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 91 185 -
CMYK 0.89 0.51 0 0.27
HSL 214.18º 0.8% 0.4% -
HSV(B) 214.18º 0.89% 0.73% -
XYZ 12.79 11.13 47.37 -
YUV 80.49 186.98 84.86 -
System Red Green Blue C M Y K H S L
Decimal 20 91 185 0.89 0.51 0 0.27 214.18 0.8 0.4
Hex 14 5B B9 59 33 0 1B D6 50 28
Octal 24 133 271 131 63 0 33 326 120 50
Binary 10100 1011011 10111001 1011001 110011 0 11011 11010110 1010000 101000

Color Harmonies of #145BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BB9

Black with #145BB9

Text Example


Text Example

White with #145BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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