Html Css Color HEX #145FA4 Denim

📋 copy color: '#145FA4'

red 20 ◦ green 95 ◦ blue 164

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

Shades of Denim #145FA4

Tints of Denim #145FA4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.05%

 BLUE value IS 164 (64.45% from 255) = 58.78%

R = 7.17%
G = 34.05%
B = 58.78%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#145FA4 (or 0x145FA4) is known color: Denim. HEX triplet: 14, 5F and A4. RGB value is (20,95,164). Sum of RGB (Red+Green+Blue) = 20+95+164=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #145FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145FA4 is #EBA05B. Grayscale: #505050. Windows color (decimal): -15442012 or 10772244. OLE color: 10772244.

HSL color Cylindrical-coordinate representation of color #145FA4: hue angle of 208.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145FA4 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 95 164 -
CMYK 0.88 0.42 0 0.36
HSL 208.75º 0.78% 0.36% -
HSV(B) 208.75º 0.88% 0.64% -
XYZ 11.08 11.01 36.66 -
YUV 80.44 175.15 84.89 -
System Red Green Blue C M Y K H S L
Decimal 20 95 164 0.88 0.42 0 0.36 208.75 0.78 0.36
Hex 14 5F A4 58 2A 0 24 D1 4E 24
Octal 24 137 244 130 52 0 44 321 116 44
Binary 10100 1011111 10100100 1011000 101010 0 100100 11010001 1001110 100100

Color Harmonies of #145FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FA4

Black with #145FA4

Text Example


Text Example

White with #145FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,95,164); }

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

background-color css

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

 a { background-color: rgb(20,95,164); }

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

border-color css

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

 span { border-color: rgb(20,95,164); }

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