Html Css Color HEX #145FB9 Denim

📋 copy color: '#145FB9'

red 20 ◦ green 95 ◦ blue 185

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

Shades of Denim #145FB9

Tints of Denim #145FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.67%

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

R = 6.67%
G = 31.67%
B = 61.67%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#145FB9 (or 0x145FB9) is known color: Denim. HEX triplet: 14, 5F and B9. RGB value is (20,95,185). Sum of RGB (Red+Green+Blue) = 20+95+185=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #145FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FB9 is #EBA046. Grayscale: #525252. Windows color (decimal): -15441991 or 12148500. OLE color: 12148500.

HSL color Cylindrical-coordinate representation of color #145FB9: hue angle of 212.73º 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 #145FB9 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 95 185 -
CMYK 0.89 0.49 0 0.27
HSL 212.73º 0.8% 0.4% -
HSV(B) 212.73º 0.89% 0.73% -
XYZ 13.14 11.84 47.49 -
YUV 82.84 185.65 83.18 -
System Red Green Blue C M Y K H S L
Decimal 20 95 185 0.89 0.49 0 0.27 212.73 0.8 0.4
Hex 14 5F B9 59 31 0 1B D5 50 28
Octal 24 137 271 131 61 0 33 325 120 50
Binary 10100 1011111 10111001 1011001 110001 0 11011 11010101 1010000 101000

Color Harmonies of #145FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FB9

Black with #145FB9

Text Example


Text Example

White with #145FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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