Html Css Color HEX #145FAF Denim

📋 copy color: '#145FAF'

red 20 ◦ green 95 ◦ blue 175

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

Shades of Denim #145FAF

Tints of Denim #145FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 6.9%
G = 32.76%
B = 60.34%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#145FAF (or 0x145FAF) is known color: Denim. HEX triplet: 14, 5F and AF. RGB value is (20,95,175). Sum of RGB (Red+Green+Blue) = 20+95+175=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #145FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145FAF is #EBA050. Grayscale: #515151. Windows color (decimal): -15442001 or 11493140. OLE color: 11493140.

HSL color Cylindrical-coordinate representation of color #145FAF: hue angle of 210.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145FAF is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 95 175 -
CMYK 0.89 0.46 0 0.31
HSL 210.97º 0.79% 0.38% -
HSV(B) 210.97º 0.89% 0.69% -
XYZ 12.12 11.43 42.12 -
YUV 81.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 20 95 175 0.89 0.46 0 0.31 210.97 0.79 0.38
Hex 14 5F AF 59 2E 0 1F D3 4F 26
Octal 24 137 257 131 56 0 37 323 117 46
Binary 10100 1011111 10101111 1011001 101110 0 11111 11010011 1001111 100110

Color Harmonies of #145FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FAF

Black with #145FAF

Text Example


Text Example

White with #145FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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