Html Css Color HEX #145DBB Denim

📋 copy color: '#145DBB'

red 20 ◦ green 93 ◦ blue 187

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

Shades of Denim #145DBB

Tints of Denim #145DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 6.67%
G = 31%
B = 62.33%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#145DBB (or 0x145DBB) is known color: Denim. HEX triplet: 14, 5D and BB. RGB value is (20,93,187). Sum of RGB (Red+Green+Blue) = 20+93+187=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #145DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DBB is #EBA244. Grayscale: #515151. Windows color (decimal): -15442501 or 12279060. OLE color: 12279060.

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

Color convert

RGB 20 93 187 -
CMYK 0.89 0.50 0 0.27
HSL 213.77º 0.81% 0.41% -
HSV(B) 213.77º 0.89% 0.73% -
XYZ 13.17 11.57 48.55 -
YUV 81.89 187.32 83.86 -
System Red Green Blue C M Y K H S L
Decimal 20 93 187 0.89 0.50 0 0.27 213.77 0.81 0.41
Hex 14 5D BB 59 32 0 1B D6 51 29
Octal 24 135 273 131 62 0 33 326 121 51
Binary 10100 1011101 10111011 1011001 110010 0 11011 11010110 1010001 101001

Color Harmonies of #145DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DBB

Black with #145DBB

Text Example


Text Example

White with #145DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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