Html Css Color HEX #145DA7 Denim

📋 copy color: '#145DA7'

red 20 ◦ green 93 ◦ blue 167

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

Shades of Denim #145DA7

Tints of Denim #145DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 59.64%

R = 7.14%
G = 33.21%
B = 59.64%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#145DA7 (or 0x145DA7) is known color: Denim. HEX triplet: 14, 5D and A7. RGB value is (20,93,167). Sum of RGB (Red+Green+Blue) = 20+93+167=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 167 (65.62% from 255 or 59.64% from 280); Max value from RGB is 167 - color contains mainly: blue. Hex color #145DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DA7 is #EBA258. Grayscale: #4F4F4F. Windows color (decimal): -15442521 or 10968340. OLE color: 10968340.

HSL color Cylindrical-coordinate representation of color #145DA7: hue angle of 210.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145DA7 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 93 167 -
CMYK 0.88 0.44 0 0.35
HSL 210.2º 0.79% 0.37% -
HSV(B) 210.2º 0.88% 0.65% -
XYZ 11.18 10.77 38.05 -
YUV 79.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 20 93 167 0.88 0.44 0 0.35 210.2 0.79 0.37
Hex 14 5D A7 58 2C 0 23 D2 4F 25
Octal 24 135 247 130 54 0 43 322 117 45
Binary 10100 1011101 10100111 1011000 101100 0 100011 11010010 1001111 100101

Color Harmonies of #145DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DA7

Black with #145DA7

Text Example


Text Example

White with #145DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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