Html Css Color HEX #145FB4 Denim

📋 copy color: '#145FB4'

red 20 ◦ green 95 ◦ blue 180

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

Shades of Denim #145FB4

Tints of Denim #145FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.02%

R = 6.78%
G = 32.2%
B = 61.02%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#145FB4 (or 0x145FB4) is known color: Denim. HEX triplet: 14, 5F and B4. RGB value is (20,95,180). Sum of RGB (Red+Green+Blue) = 20+95+180=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #145FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FB4 is #EBA04B. Grayscale: #515151. Windows color (decimal): -15441996 or 11820820. OLE color: 11820820.

HSL color Cylindrical-coordinate representation of color #145FB4: hue angle of 211.88º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145FB4 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 95 180 -
CMYK 0.89 0.47 0 0.29
HSL 211.88º 0.8% 0.39% -
HSV(B) 211.88º 0.89% 0.71% -
XYZ 12.62 11.63 44.76 -
YUV 82.27 183.15 83.59 -
System Red Green Blue C M Y K H S L
Decimal 20 95 180 0.89 0.47 0 0.29 211.88 0.8 0.39
Hex 14 5F B4 59 2F 0 1D D4 50 27
Octal 24 137 264 131 57 0 35 324 120 47
Binary 10100 1011111 10110100 1011001 101111 0 11101 11010100 1010000 100111

Color Harmonies of #145FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FB4

Black with #145FB4

Text Example


Text Example

White with #145FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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