Html Css Color HEX #145EB7 Denim

📋 copy color: '#145EB7'

red 20 ◦ green 94 ◦ blue 183

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

Shades of Denim #145EB7

Tints of Denim #145EB7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 183 (71.88% from 255) = 61.62%

R = 6.73%
G = 31.65%
B = 61.62%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#145EB7 (or 0x145EB7) is known color: Denim. HEX triplet: 14, 5E and B7. RGB value is (20,94,183). Sum of RGB (Red+Green+Blue) = 20+94+183=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 183 (71.88% from 255 or 61.62% from 297); Max value from RGB is 183 - color contains mainly: blue. Hex color #145EB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EB7 is #EBA148. Grayscale: #515151. Windows color (decimal): -15442249 or 12017172. OLE color: 12017172.

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

Color convert

RGB 20 94 183 -
CMYK 0.89 0.49 0 0.28
HSL 212.76º 0.8% 0.4% -
HSV(B) 212.76º 0.89% 0.72% -
XYZ 12.84 11.57 46.36 -
YUV 82.02 184.98 83.76 -
System Red Green Blue C M Y K H S L
Decimal 20 94 183 0.89 0.49 0 0.28 212.76 0.8 0.4
Hex 14 5E B7 59 31 0 1C D5 50 28
Octal 24 136 267 131 61 0 34 325 120 50
Binary 10100 1011110 10110111 1011001 110001 0 11100 11010101 1010000 101000

Color Harmonies of #145EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EB7

Black with #145EB7

Text Example


Text Example

White with #145EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,94,183); }

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

background-color css

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

 a { background-color: rgb(20,94,183); }

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

border-color css

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

 span { border-color: rgb(20,94,183); }

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