Html Css Color HEX #145CBB Denim

📋 copy color: '#145CBB'

red 20 ◦ green 92 ◦ blue 187

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

Shades of Denim #145CBB

Tints of Denim #145CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 6.69%
G = 30.77%
B = 62.54%

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

#145CBB (or 0x145CBB) is known color: Denim. HEX triplet: 14, 5C and BB. RGB value is (20,92,187). Sum of RGB (Red+Green+Blue) = 20+92+187=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #145CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CBB is #EBA344. Grayscale: #505050. Windows color (decimal): -15442757 or 12278804. OLE color: 12278804.

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

Color convert

RGB 20 92 187 -
CMYK 0.89 0.51 0 0.27
HSL 214.13º 0.81% 0.41% -
HSV(B) 214.13º 0.89% 0.73% -
XYZ 13.09 11.39 48.52 -
YUV 81.3 187.65 84.28 -
System Red Green Blue C M Y K H S L
Decimal 20 92 187 0.89 0.51 0 0.27 214.13 0.81 0.41
Hex 14 5C BB 59 33 0 1B D6 51 29
Octal 24 134 273 131 63 0 33 326 121 51
Binary 10100 1011100 10111011 1011001 110011 0 11011 11010110 1010001 101001

Color Harmonies of #145CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CBB

Black with #145CBB

Text Example


Text Example

White with #145CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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