Html Css Color HEX #145ABB Denim

📋 copy color: '#145ABB'

red 20 ◦ green 90 ◦ blue 187

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

Shades of Denim #145ABB

Tints of Denim #145ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 187 (73.44% from 255) = 62.96%

R = 6.73%
G = 30.3%
B = 62.96%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#145ABB (or 0x145ABB) is known color: Denim. HEX triplet: 14, 5A and BB. RGB value is (20,90,187). Sum of RGB (Red+Green+Blue) = 20+90+187=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #145ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ABB is #EBA544. Grayscale: #4F4F4F. Windows color (decimal): -15443269 or 12278292. OLE color: 12278292.

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

Color convert

RGB 20 90 187 -
CMYK 0.89 0.52 0 0.27
HSL 214.85º 0.81% 0.41% -
HSV(B) 214.85º 0.89% 0.73% -
XYZ 12.91 11.05 48.47 -
YUV 80.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 20 90 187 0.89 0.52 0 0.27 214.85 0.81 0.41
Hex 14 5A BB 59 34 0 1B D7 51 29
Octal 24 132 273 131 64 0 33 327 121 51
Binary 10100 1011010 10111011 1011001 110100 0 11011 11010111 1010001 101001

Color Harmonies of #145ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145ABB

Black with #145ABB

Text Example


Text Example

White with #145ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,90,187); }

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

background-color css

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

 a { background-color: rgb(20,90,187); }

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

border-color css

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

 span { border-color: rgb(20,90,187); }

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